From 39761c388634327b6c3cd622c6ffad1ea1621634 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 28 Aug 2016 01:19:45 +0200 Subject: Disable lui-fill-type to use visual-line-mode --- emacs/.emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 18bac75..747c2f4 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -761,6 +761,12 @@ To start off, first I need to enable lexical binding. (add-hook 'lui-mode-hook 'visual-line-mode) #+END_SRC + Turn off filling in lui buffers. I use visual-line mode instead. + + #+BEGIN_SRC emacs-lisp + (setq lui-fill-type nil) + #+END_SRC + ** Circe I switched to Circe from ERC because I couldn't make the -- cgit v1.2.3-54-g00ecf