Add winner-mode
This commit is contained in:
parent
18716cd7bd
commit
7c26958019
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user