diff --git a/init.el b/init.el index 4a224e6..4d09c5e 100644 --- a/init.el +++ b/init.el @@ -9,7 +9,6 @@ (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (package-initialize) -(add-to-list 'load-path "~/.emacs.d/emacs-which-key") (require 'which-key) (which-key-setup-side-window-bottom) (setq which-key-show-early-on-C-h t)