diff options
author | Alan Pearce | 2013-05-15 15:34:48 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-15 15:34:48 +0100 |
commit | 885066458f2c92f1d5d301d318194ba4d307744d (patch) | |
tree | 6634743a640ef3d141227096d1e8288e6a9f6548 /emacs | |
parent | fea9356eac2faf5812d4e136121739f152724878 (diff) | |
download | nixfiles-885066458f2c92f1d5d301d318194ba4d307744d.tar.lz nixfiles-885066458f2c92f1d5d301d318194ba4d307744d.tar.zst nixfiles-885066458f2c92f1d5d301d318194ba4d307744d.zip |
Emacs: correctly start winner-mode
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index ebd477e8..3822f549 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) |