aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2018-06-06 21:04:47 -0700
committerGravatar Tom Willemsen2018-06-06 21:04:47 -0700
commit0e21fddb0c6d6118d59d2d7f409d43a5a519b4ab (patch)
treeff68c6bfdf7f782b1fa9ac0277b5e9132e4396d8 /emacs/.emacs.d/init.el
parent1af5279f9c158937e2144c28dfe9176558eb1204 (diff)
downloadnew-dotfiles-0e21fddb0c6d6118d59d2d7f409d43a5a519b4ab.tar.gz
new-dotfiles-0e21fddb0c6d6118d59d2d7f409d43a5a519b4ab.zip
Move lui config to separate file
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 5cb53ec..da540bc 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -394,13 +394,7 @@
(with-eval-after-load 'circe (load "oni-circe-init"))
-(eval-when-compile (require 'lui))
-
-(with-eval-after-load 'lui
- (setq lui-time-stamp-position 'right-margin))
-
-(with-eval-after-load 'lui
- (setq lui-time-stamp-format "%H:%M"))
+(with-eval-after-load 'lui (load "oni-lui-init"))
(defun oni:set-circe-margin-width ()
(setq right-margin-width 5))