From 23e6561685ebb73a738ed5f6ee758e943f738b93 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 7 Jun 2018 00:38:16 -0700 Subject: Move all lui settings to separate file --- emacs/.emacs.d/init.el | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index da540bc..5939772 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -396,20 +396,6 @@ (with-eval-after-load 'lui (load "oni-lui-init")) -(defun oni:set-circe-margin-width () - (setq right-margin-width 5)) - -(add-hook 'lui-mode-hook #'oni:set-circe-margin-width) - -(defun oni:set-lui-prompt-wrap-prefix () - (setq wrap-prefix " ")) - -(add-hook 'lui-mode-hook #'oni:set-lui-prompt-wrap-prefix) - -(add-hook 'lui-mode-hook 'visual-line-mode) - -(setq lui-fill-type nil) - (eval-when-compile (require 'jabber)) (setq jabber-account-list -- cgit v1.2.3-54-g00ecf