Merge pull request #651 from crshd/develop

Disable lui-mode line wrapping regardless of :feature spellcheck
This commit is contained in:
Henrik Lissner 2018-06-05 01:24:59 +02:00 committed by GitHub
commit 7880154214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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