forked from colonelpanic/dotfiles
[Emacs] Add eyebrowse mode
This commit is contained in:
parent
bf51e93a1f
commit
0dae53debc
@ -1253,6 +1253,10 @@ proced is an top like utility that runs inside of emacs. The following sets auto
|
|||||||
("n" winner-redo "forward" :exit t)))
|
("n" winner-redo "forward" :exit t)))
|
||||||
(winner-mode 1)))
|
(winner-mode 1)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** eyebrowse
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package eyebrowse)
|
||||||
|
#+END_SRC
|
||||||
** fill-column-indicator
|
** fill-column-indicator
|
||||||
This interferes with too many other packages. See
|
This interferes with too many other packages. See
|
||||||
https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details
|
https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details
|
||||||
|
Loading…
Reference in New Issue
Block a user