summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init-circe.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init-circe.org')
-rw-r--r--emacs/.emacs.d/init-circe.org25
1 files changed, 0 insertions, 25 deletions
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