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 795e75365c5a..4ce32ae30437 100644
--- a/init/modes.el
+++ b/init/modes.el
@@ -58,4 +58,7 @@
 ;; Show available key chord completions
 (which-key-mode t)
 
+;; Show previews of ace-window numbers in the mode line for each window.
+(ace-window-display-mode)
+
 (provide 'modes)