fix(irc): enable flyspell appropriately
This commit is contained in:
parent
6d7e3ad365
commit
a6d0f101bd
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue