summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
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)