[Emacs] Enable eyebrowse-mode

This commit is contained in:
Ivan Malison 2016-10-19 17:59:01 -07:00
parent d4ad629514
commit c9df475f2f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1255,7 +1255,10 @@ proced is an top like utility that runs inside of emacs. The following sets auto
#+END_SRC #+END_SRC
** eyebrowse ** eyebrowse
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package eyebrowse) (use-package eyebrowse
:defer 1
:config
(progn (eyebrowse-mode +1)))
#+END_SRC #+END_SRC
** fill-column-indicator ** fill-column-indicator
This interferes with too many other packages. See This interferes with too many other packages. See