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
|
||||
: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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue