From 7be9eeb3b614256a2c7492d0a8dd9cf5db784083 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 25 May 2015 09:25:10 +0200 Subject: Emacs: Add winner shortcuts to ace-window --- tag-emacs/emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tag-emacs') 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 -- cgit 1.4.1