Browse Source

remove unnecessary extension of load-path

master
Fr3deric 4 years ago
parent
commit
98193f6d99
  1. 1
      init.el

1
init.el

@ -9,7 +9,6 @@ @@ -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)

Loading…
Cancel
Save