[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)
|
(advice-add 'company-call-frontends :before #'fci-on-off-fci-before-company)
|
||||||
(add-hook 'prog-mode-hook 'fci-mode)))
|
(add-hook 'prog-mode-hook 'fci-mode)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** overseer
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(use-package overseer)
|
|
||||||
#+END_SRC
|
|
||||||
* Keybindings
|
* Keybindings
|
||||||
** bind-key
|
** bind-key
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -2310,6 +2306,10 @@ Reduce indentation for some functions
|
|||||||
:config
|
:config
|
||||||
(progn (setq edebug-trace t)))
|
(progn (setq edebug-trace t)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
**** overseer
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package overseer)
|
||||||
|
#+END_SRC
|
||||||
**** Misc
|
**** Misc
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defun imenu-elisp-sections ()
|
(defun imenu-elisp-sections ()
|
||||||
|
Loading…
Reference in New Issue
Block a user