diff options
Diffstat (limited to 'doom.d/init.el')
-rw-r--r-- | doom.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index 7d38008..1233254 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -33,7 +33,8 @@ (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 ;;tabbar ; FIXME an (incomplete) tab bar for Emacs treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages |