forked from colonelpanic/dotfiles
[Emacs] Defer loading of overseer
This commit is contained in:
parent
3d287bbc15
commit
725b5f5c30
@ -2378,7 +2378,8 @@ Reduce indentation for some functions
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** overseer
|
**** overseer
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package overseer)
|
(use-package overseer
|
||||||
|
:defer t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** Misc
|
**** Misc
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user