From 0deee78815aa4815a091eee335e6358df545a333 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 6 May 2018 15:49:56 -0400 Subject: [emacs] assimilate and enable which-key --- init.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index 6be9194..181dac7 100644 --- a/init.org +++ b/init.org @@ -1128,6 +1128,19 @@ instead. :bind (:map haskell-mode-map ("C-c l l" . hs-lint))) #+end_src +* Emacs Enhancements + +** [[https://github.com/justbur/emacs-which-key][which-key]] + +#+begin_quote +Emacs package that displays available keybindings in popup +#+end_quote + +#+begin_src emacs-lisp +(use-package which-key + :defer 1 + :config (which-key-mode)) +#+end_src * Post initialization :PROPERTIES: -- cgit v1.2.3-60-g2f50