X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/f76bdaa8303e6353103e94792e4275a6a6bab58c..45d849973fa694c0e508482e50b49d090a7c714e:/init.org?ds=sidebyside 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: