From 16133f11f07835ff020ca3e790b9d69849d75797 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 8 Jan 2016 11:42:18 +0100 Subject: Load lui init --- emacs/.emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'emacs/.emacs.d') 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 @@ <>) #+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 -- cgit v1.2.3-54-g00ecf