mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #651 from crshd/develop
Disable lui-mode line wrapping regardless of :feature spellcheck
This commit is contained in:
@ -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 ()
|
||||||
|
Reference in New Issue
Block a user