diff options
Diffstat (limited to 'Doom/.doom.d')
-rw-r--r-- | Doom/.doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doom/.doom.d/init.el b/Doom/.doom.d/init.el index 660ff85..4b35666 100644 --- a/Doom/.doom.d/init.el +++ b/Doom/.doom.d/init.el @@ -41,7 +41,7 @@ (popup ; tame sudden yet inevitable temporary windows +all ; catch all popups that start with an asterix +defaults) ; default popup rules - (pretty-code) ; replace bits of code with pretty symbols + (pretty-code +fira) ; replace bits of code with pretty symbols ;;tabs ; FIXME an (incomplete) tab bar for Emacs treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages |