forked from colonelpanic/dotfiles
[Emacs] Move overseer to emacs-lisp section
This commit is contained in:
parent
1f6e232286
commit
514a0e3f34
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user