diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-27 17:11:49 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-27 17:11:49 -0700 |
commit | 6414098ae832776e6d213df7ba946da066f9a2df (patch) | |
tree | 939b43aa486cab0443778e09f1b1408320fa4dc5 /.emacs.d/init.el | |
parent | 7ad3b5ac0c5f8073b4c5f2eca3b83dc74849b34b (diff) |
emacs: mv which-key.el to package rul-bindings
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 42bae28..a7dc51c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -75,7 +75,6 @@ ;; Init parts (will be deprecated in favor of packages) (load-file "~/.emacs.d/rul-init.d/magit.el") -(load-file "~/.emacs.d/rul-init.d/which-key.el") (when-let* ((file (locate-user-emacs-file "rul-post-init.el")) ((file-exists-p file))) |