diff options
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))) |