~edwargix/emacs.d

ac1a37b2c070a60f4a71b7f38103199c21124b1f — David Florness 7 years ago 64f3b5a
which-key
1 files changed, 6 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +6 -0
@@ 110,6 110,12 @@
    (evil-define-key '(normal motion) paradox-menu-mode-map (kbd "q") 'paradox-quit-and-close)))


(use-package which-key
  :ensure t
  :config
  (which-key-mode))


;;; mu4e email client
(when (file-exists-p "~/scripts/setup_mu4e.el")
  (load-file "~/scripts/setup_mu4e.el"))