about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-15T17·29+0100
committerVincent Ambo <tazjin@gmail.com>2017-11-15T17·29+0100
commit29d4413f16af4afe30e2fcc543e29762fcc04b42 (patch)
treebcb8f2228ed2356c05d781e3a9b953aae1fa7d10 /init.el
parent4e1661604d78d1a72c6a5203d0015c82c8ba684c (diff)
feat: Install & globally enable which-key
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 2ddebe4758b8..275d445107d5 100644
--- a/init.el
+++ b/init.el
@@ -60,6 +60,7 @@
     undo-tree
     uuidgen
     yaml-mode
+    which-key
     ))
 
 (defun installable-packages (pkg-list)