mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(irc): enable flyspell appropriately
This commit is contained in:
@ -176,9 +176,8 @@ playback.")
|
|||||||
: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)
|
(setq lui-fill-type nil)
|
||||||
|
(setq lui-flyspell-p (modulep! :checkers spell +flyspell))
|
||||||
|
|
||||||
(when (modulep! :checkers spell)
|
|
||||||
(setq lui-flyspell-p t))
|
|
||||||
(setq lui-time-stamp-format "%H:%M"
|
(setq lui-time-stamp-format "%H:%M"
|
||||||
lui-time-stamp-position 'right-margin)
|
lui-time-stamp-position 'right-margin)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user