Load lui init
This commit is contained in:
parent
23458e9515
commit
16133f11f0
1 changed files with 10 additions and 0 deletions
|
@ -1277,6 +1277,16 @@
|
||||||
<<magit-diff-refine-hunk>>)
|
<<magit-diff-refine-hunk>>)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Lui
|
||||||
|
|
||||||
|
These settings will be tangled to =site-lisp/lui-init.el= and loaded
|
||||||
|
when lui.el is loaded.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(with-eval-after-load 'lui
|
||||||
|
(require 'lui-init))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** Circe
|
** Circe
|
||||||
|
|
||||||
These settings will be tangled to =site-lisp/circe-init.el= and
|
These settings will be tangled to =site-lisp/circe-init.el= and
|
||||||
|
|
Loading…
Reference in a new issue