summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2015-05-25 09:25:10 +0200
committerAlan Pearce2015-05-25 09:25:10 +0200
commit7be9eeb3b614256a2c7492d0a8dd9cf5db784083 (patch)
treeda098bbf10e708ea985786c30d1cd0c50aa751e5
parent72955df98c117aa5d86dbd44ce196d213e56810f (diff)
downloaddotfiles-7be9eeb3b614256a2c7492d0a8dd9cf5db784083.tar.lz
dotfiles-7be9eeb3b614256a2c7492d0a8dd9cf5db784083.tar.zst
dotfiles-7be9eeb3b614256a2c7492d0a8dd9cf5db784083.zip
Emacs: Add winner shortcuts to ace-window
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 694e984..a548f78 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1190,7 +1190,9 @@ symbol, not word, as I need this for programming the most."
                                       (?v aw-split-window-vert " Ace - Split Vert Window")
                                       (?b aw-split-window-horz " Ace - Split Horz Window")
                                       (?m delete-other-windows " Ace - Maximize Window")
-                                      (?l delete-other-windows))
+                                      (?l delete-other-windows)
+                                      (?, winner-undo)
+                                      (?. winner-redo))
                   aw-keys '(?a ?r ?s ?t ?n ?e ?i ?o))))
 
 (req-package expand-region