diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-27 17:10:44 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-27 17:10:44 -0700 |
commit | 7ad3b5ac0c5f8073b4c5f2eca3b83dc74849b34b (patch) | |
tree | 8a7b30ae440b0257c7c0f1317fd0bb16d1e2c9fa /.emacs.d/init.el | |
parent | ace31d7916316057ad8fe77c2df418139f2d6fef (diff) |
emacs: rm {ibuffer,imenu}.el, as I no longer use them
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8777fb8..42bae28 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -74,8 +74,6 @@ (require 'rul-write) ;; Init parts (will be deprecated in favor of packages) -(load-file "~/.emacs.d/rul-init.d/ibuffer.el") -(load-file "~/.emacs.d/rul-init.d/imenu.el") (load-file "~/.emacs.d/rul-init.d/magit.el") (load-file "~/.emacs.d/rul-init.d/which-key.el") |