about summary refs log tree commit diff
path: root/init/modes.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-15T17·56+0100
committerVincent Ambo <tazjin@gmail.com>2017-11-15T17·56+0100
commiteb67c739b2c97b423d5b0223945b88a7a787b674 (patch)
tree8228a9ccdc037667c115e7ae3f394fb04de39713 /init/modes.el
parentb7a5dd0c1bd232f7c521d5647f57ba4021787e06 (diff)
feat: Use ace-window for jumping between windows
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)