diff options
author | Alan Pearce | 2015-05-25 09:25:10 +0200 |
---|---|---|
committer | Alan Pearce | 2015-05-25 09:25:10 +0200 |
commit | 7be9eeb3b614256a2c7492d0a8dd9cf5db784083 (patch) | |
tree | da098bbf10e708ea985786c30d1cd0c50aa751e5 | |
parent | 72955df98c117aa5d86dbd44ce196d213e56810f (diff) | |
download | nixfiles-7be9eeb3b614256a2c7492d0a8dd9cf5db784083.tar.lz nixfiles-7be9eeb3b614256a2c7492d0a8dd9cf5db784083.tar.zst nixfiles-7be9eeb3b614256a2c7492d0a8dd9cf5db784083.zip |
Emacs: Add winner shortcuts to ace-window
-rw-r--r-- | tag-emacs/emacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 694e9842..a548f78a 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 |