forked from colonelpanic/dotfiles
Add winner-mode
This commit is contained in:
parent
18716cd7bd
commit
7c26958019
@ -1193,6 +1193,12 @@ whenever there is an error.
|
|||||||
(use-package refine
|
(use-package refine
|
||||||
:disabled t)
|
:disabled t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** winner
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package winner
|
||||||
|
:demand t
|
||||||
|
:config (winner-mode 1))
|
||||||
|
#+END_SRC
|
||||||
** Keybindings
|
** Keybindings
|
||||||
*** bind-key
|
*** bind-key
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user