diff options
author | Raul Benencia <raul@thousandeyes.com> | 2024-03-26 14:54:39 -0700 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2024-03-26 14:55:22 -0700 |
commit | f0ebe4f354866b74dfda52f4763621b3062a81e0 (patch) | |
tree | ddd112a9bb199a01381145f1b49fa33e8a53c803 /.emacs.d/rul-init.d/projectile.el | |
parent | 0558cac5e53544983b1a5dfc81f04cf010c09726 (diff) |
emacs: rm projectile
Diffstat (limited to '.emacs.d/rul-init.d/projectile.el')
-rw-r--r-- | .emacs.d/rul-init.d/projectile.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.emacs.d/rul-init.d/projectile.el b/.emacs.d/rul-init.d/projectile.el deleted file mode 100644 index a3c5dd5..0000000 --- a/.emacs.d/rul-init.d/projectile.el +++ /dev/null @@ -1,8 +0,0 @@ -;; Debian packages: elpa-projectile - -(use-package projectile - :hook - (after-init . projectile-global-mode) - :config - (setq projectile-completion-system 'auto) -) |