all repos — nixfiles @ 7be9eeb3b614256a2c7492d0a8dd9cf5db784083

System and user configuration, managed by nix and home-manager

Emacs: Add winner shortcuts to ace-window
Alan Pearce alan.pearce@spotcap.com
Mon, 25 May 2015 09:25:10 +0200
commit

7be9eeb3b614256a2c7492d0a8dd9cf5db784083

parent

72955df98c117aa5d86dbd44ce196d213e56810f

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1190,7 +1190,9 @@ (?f aw-flip-window)                                       (?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