From 7c26958019dc400a1c60f14e769fa2f4f9f3a7ed Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 18 Aug 2016 13:34:26 -0700 Subject: [PATCH] Add winner-mode --- dotfiles/emacs.d/README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 523c254a..6cdd3928 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1193,6 +1193,12 @@ whenever there is an error. (use-package refine :disabled t) #+END_SRC +*** winner +#+BEGIN_SRC emacs-lisp +(use-package winner + :demand t + :config (winner-mode 1)) +#+END_SRC ** Keybindings *** bind-key #+BEGIN_SRC emacs-lisp