[Emacs] Move overseer to emacs-lisp section

This commit is contained in:
Ivan Malison 2016-10-27 03:02:42 -07:00
parent 1f6e232286
commit 514a0e3f34
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1404,10 +1404,6 @@ https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details
(advice-add 'company-call-frontends :before #'fci-on-off-fci-before-company)
(add-hook 'prog-mode-hook 'fci-mode)))
#+END_SRC
** overseer
#+BEGIN_SRC emacs-lisp
(use-package overseer)
#+END_SRC
* Keybindings
** bind-key
#+BEGIN_SRC emacs-lisp
@ -2310,6 +2306,10 @@ Reduce indentation for some functions
:config
(progn (setq edebug-trace t)))
#+END_SRC
**** overseer
#+BEGIN_SRC emacs-lisp
(use-package overseer)
#+END_SRC
**** Misc
#+BEGIN_SRC emacs-lisp
(defun imenu-elisp-sections ()