fix(irc): enable flyspell appropriately

This commit is contained in:
Henrik Lissner 2024-07-23 14:05:54 -04:00
parent 6d7e3ad365
commit a6d0f101bd
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -176,9 +176,8 @@ playback.")
:config
(define-key lui-mode-map "\C-u" #'lui-kill-to-beginning-of-line)
(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"
lui-time-stamp-position 'right-margin)