diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index f10444a..355fd65 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -75,6 +75,9 @@ :config (setq doom-themes-enable-bold t doom-themes-enable-italic t) + (add-to-list 'doom-themes-base-faces + '(nobreak-space :inherit 'default :underline builtin) + t) (load-theme 'doom-one 'no-confirm 'no-load) (load-theme 'doom-one-light 'no-confirm 'no-load) :ensure t) |
