about summary refs log tree commit diff
path: root/init/modes.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/modes.el')
-rw-r--r--init/modes.el3
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)