From baa405babb08530b36ff8ce670c9c57e5d01159d Mon Sep 17 00:00:00 2001 From: crshd Date: Mon, 4 Jun 2018 09:17:04 +0200 Subject: [PATCH] Disable lui-mode line wrapping regardless of :feature spellcheck --- modules/app/irc/config.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/app/irc/config.el b/modules/app/irc/config.el index 703ac4122..a32ecf355 100644 --- a/modules/app/irc/config.el +++ b/modules/app/irc/config.el @@ -164,9 +164,10 @@ playback.") :commands lui-mode :config (define-key lui-mode-map "\C-u" #'lui-kill-to-beginning-of-line) + (setq lui-fill-type nil) + (when (featurep! :feature spellcheck) - (setq lui-flyspell-p t - lui-fill-type nil)) + (setq lui-flyspell-p t)) (after! evil (defun +irc|evil-insert ()