summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-05-06 15:49:56 -0400
committerAmin Bandali <amin@aminb.org>2018-05-06 15:49:56 -0400
commit0deee78815aa4815a091eee335e6358df545a333 (patch)
treec78389668940451e010bf26e65f83f18eeaf41f1 /init.org
parent9f6d1d9149459ef329b6a03ca680d43ced7bdbd0 (diff)
downloadconfigs-0deee78815aa4815a091eee335e6358df545a333.tar.gz
configs-0deee78815aa4815a091eee335e6358df545a333.tar.xz
configs-0deee78815aa4815a091eee335e6358df545a333.zip
[emacs] assimilate and enable which-key
Diffstat (limited to '')
-rw-r--r--init.org13
1 files changed, 13 insertions, 0 deletions
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: