Disable lui-mode line wrapping regardless of :feature spellcheck

This commit is contained in:
crshd 2018-06-04 09:17:04 +02:00
parent 6729de9918
commit baa405babb

View file

@ -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 ()