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/init.el | |
parent | 0558cac5e53544983b1a5dfc81f04cf010c09726 (diff) |
emacs: rm projectile
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3347127..00c3890 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -202,7 +202,6 @@ (load-file "~/.emacs.d/rul-init.d/mail-mode.el") (load-file "~/.emacs.d/rul-init.d/markdown.el") (load-file "~/.emacs.d/rul-init.d/notmuch.el") -(load-file "~/.emacs.d/rul-init.d/projectile.el") (load-file "~/.emacs.d/rul-init.d/vterm.el") (load-file "~/.emacs.d/rul-init.d/which-key.el") |