Merge pull request #651 from crshd/develop
Disable lui-mode line wrapping regardless of :feature spellcheck
This commit is contained in:
commit
7880154214
1 changed files with 3 additions and 2 deletions
|
@ -164,9 +164,10 @@ playback.")
|
||||||
:commands lui-mode
|
:commands lui-mode
|
||||||
:config
|
:config
|
||||||
(define-key lui-mode-map "\C-u" #'lui-kill-to-beginning-of-line)
|
(define-key lui-mode-map "\C-u" #'lui-kill-to-beginning-of-line)
|
||||||
|
(setq lui-fill-type nil)
|
||||||
|
|
||||||
(when (featurep! :feature spellcheck)
|
(when (featurep! :feature spellcheck)
|
||||||
(setq lui-flyspell-p t
|
(setq lui-flyspell-p t))
|
||||||
lui-fill-type nil))
|
|
||||||
|
|
||||||
(after! evil
|
(after! evil
|
||||||
(defun +irc|evil-insert ()
|
(defun +irc|evil-insert ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue