diff options
author | mattkae <mattkae@protonmail.com> | 2023-02-02 22:37:06 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2023-02-02 22:37:06 -0500 |
commit | e5365527a760356ed099d06c77e9aec15839e39f (patch) | |
tree | 059799a37c5dd770df6703e075c2b36ec36a27f9 /lisp | |
parent | f01a974c0dc0cb90fd385b0859fc7e6a9d4391d2 (diff) |
Underlining properly
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/text.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/text.el b/lisp/text.el index fd43fbd..ab564c5 100644 --- a/lisp/text.el +++ b/lisp/text.el @@ -8,6 +8,7 @@ (flyspell-mode 1) (set-face-attribute 'hl-line nil :box nil) + (set-face-attribute 'flyspell-incorrect-face nil :foreground nil :weight 'normal :underline '(:color "red" :style wave)) (display-line-numbers-mode -1) ) |