summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init-circe.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-02-08 01:01:11 +0100
committerGravatar Tom Willemse2016-02-08 01:01:11 +0100
commitdc12ea13f6116feb2f2028acac18fc1f5006da5c (patch)
tree87da818754b32349c2085e4c0b979f172d08496c /emacs/.emacs.d/init-circe.org
parent90b0f4e5099c189fbc4019a8c63b8e538a117ca4 (diff)
downloaddotfiles-dc12ea13f6116feb2f2028acac18fc1f5006da5c.tar.gz
dotfiles-dc12ea13f6116feb2f2028acac18fc1f5006da5c.zip
Move some more settings to lui from circe
Diffstat (limited to 'emacs/.emacs.d/init-circe.org')
-rw-r--r--emacs/.emacs.d/init-circe.org21
1 files changed, 0 insertions, 21 deletions
diff --git a/emacs/.emacs.d/init-circe.org b/emacs/.emacs.d/init-circe.org
index f296066..e425525 100644
--- a/emacs/.emacs.d/init-circe.org
+++ b/emacs/.emacs.d/init-circe.org
@@ -167,27 +167,6 @@ wanted it. So now I use Circe.
:nickserv-password oni:circe-nickserv-password)))
#+END_SRC
-* Clean-up the channel buffers further
-
- When chatting with people in an IRC channel, there really isn't much
- need for any information in the mode-line. This is mostly because
- the channel I'm most active on always has its own window. Visual
- line mode is very handy to have in chats, in case I type very long
- lines. And the =wrap-prefix= is set so that when I do type long lines,
- they are filled nicely to the circe prompt.
-
- #+BEGIN_SRC emacs-lisp
- (defun oni:remove-mode-line ()
- (setq mode-line-format nil))
-
- (defun oni:set-circe-prompt-wrap-prefix ()
- (setq wrap-prefix " "))
-
- (add-hook 'circe-channel-mode-hook #'oni:remove-mode-line)
- (add-hook 'circe-channel-mode-hook #'oni:set-circe-prompt-wrap-prefix)
- (add-hook 'circe-channel-mode-hook 'visual-line-mode)
- #+END_SRC
-
* Show #mowedline in a frame without minibuffer
When I'm chatting on #mowedline I do so in a separate small window.