From 585fcf65f6cd61c2926a8b51c8eb15725689b63e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 8 Jan 2016 11:41:05 +0100 Subject: Separate lui config --- emacs/.emacs.d/init-circe.org | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'emacs/.emacs.d/init-circe.org') diff --git a/emacs/.emacs.d/init-circe.org b/emacs/.emacs.d/init-circe.org index ba0ddb8..56655a3 100644 --- a/emacs/.emacs.d/init-circe.org +++ b/emacs/.emacs.d/init-circe.org @@ -16,7 +16,6 @@ wanted it. So now I use Circe. #+BEGIN_SRC emacs-lisp (require 'auth-source) - (require 'lui) (require 'circe) (require 's) #+END_SRC @@ -162,30 +161,6 @@ wanted it. So now I use Circe. :nickserv-password oni:circe-nickserv-password))) #+END_SRC -* Change the time-stamp - - I use only a small window to view the IRC channel I'm in usually, - the default format put the time-stamp just a little too far to the - right and would always cause either line truncation or filling to - the next line. So I put the time-stamp in the right margin so it's - always to the right of all messages and no messages can run under - it, so essentially it has it's own column. - - #+BEGIN_SRC emacs-lisp - (setq lui-time-stamp-position 'right-margin) - (setq lui-time-stamp-format "%H:%M") - #+END_SRC - - Give the right margin just enough room to show the time-stamps, no - more, no less. - - #+BEGIN_SRC emacs-lisp - (defun oni:set-circe-margin-width () - (setq right-margin-width 5)) - - (add-hook 'lui-mode-hook #'oni:set-circe-margin-width) - #+END_SRC - * Clean-up the channel buffers further When chatting with people in an IRC channel, there really isn't much -- cgit v1.2.3-54-g00ecf