Add winner-mode

This commit is contained in:
2016-08-18 13:34:26 -07:00
parent 18716cd7bd
commit 7c26958019

View File

@@ -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