diff options
| author | 2016-01-08 11:42:18 +0100 | |
|---|---|---|
| committer | 2016-01-08 11:42:18 +0100 | |
| commit | 16133f11f07835ff020ca3e790b9d69849d75797 (patch) | |
| tree | 60a44210773aec277169671a05b557c35011b964 | |
| parent | 23458e9515e56d541d8370224d0f0ba990963df0 (diff) | |
| download | dotfiles-16133f11f07835ff020ca3e790b9d69849d75797.tar.gz dotfiles-16133f11f07835ff020ca3e790b9d69849d75797.zip | |
Load lui init
| -rw-r--r-- | emacs/.emacs.d/init.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index f19786d..fd7ddbf 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1277,6 +1277,16 @@ <<magit-diff-refine-hunk>>) #+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 These settings will be tangled to =site-lisp/circe-init.el= and |
