diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-05-30 15:16:41 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-05-30 15:16:41 +0100 |
| commit | 359b52a76b5b991eb7e8f117c1036dc11ea2c9ba (patch) | |
| tree | df00a74d129711975ad730e0cbe9143749b157c7 | |
| parent | a56730ad3d280b8ddd161a16073d4d4a62b5b36a (diff) | |
emacs: Have doom-themes show non-breaking spaces
| -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) |
