summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-05-15 15:34:48 +0100
committerAlan Pearce2013-05-15 15:34:48 +0100
commit885066458f2c92f1d5d301d318194ba4d307744d (patch)
tree6634743a640ef3d141227096d1e8288e6a9f6548 /emacs
parentfea9356eac2faf5812d4e136121739f152724878 (diff)
downloaddotfiles-885066458f2c92f1d5d301d318194ba4d307744d.tar.lz
dotfiles-885066458f2c92f1d5d301d318194ba4d307744d.tar.zst
dotfiles-885066458f2c92f1d5d301d318194ba4d307744d.zip
Emacs: correctly start winner-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index ebd477e..3822f54 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1085,9 +1085,7 @@ Works with: arglist-cont-nonempty, arglist-close."
   (tooltip-mode -1)
   (tool-bar-mode -1))
 
-(use-package winner
-  :bind (("C-c <left>"  . winner-undo)
-         ("C-c <right>" . winner-redo)))
+(winner-mode 1)
 
 (use-package windmove
   :bind (("S-<left>"  . windmove-left)