diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-15T17·29+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-15T17·29+0100 |
commit | 29d4413f16af4afe30e2fcc543e29762fcc04b42 (patch) | |
tree | bcb8f2228ed2356c05d781e3a9b953aae1fa7d10 /init/modes.el | |
parent | 4e1661604d78d1a72c6a5203d0015c82c8ba684c (diff) |
feat: Install & globally enable which-key
Diffstat (limited to 'init/modes.el')
-rw-r--r-- | init/modes.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/modes.el b/init/modes.el index a0ad034cda8c..795e75365c5a 100644 --- a/init/modes.el +++ b/init/modes.el @@ -55,4 +55,7 @@ ;; Transparently open compressed files (auto-compression-mode t) +;; Show available key chord completions +(which-key-mode t) + (provide 'modes) |