diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-11 19:09:40 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-11 19:09:40 +0100 |
commit | 72d9102a306350b05f7f0fa18e4185250b29ba60 (patch) | |
tree | a92836ee1233c07c4455cb1aa6e3fe9e2025c035 /Doom/.doom.d | |
parent | b2288872d8a05b384cb83ab05d77743a1b75eb56 (diff) | |
download | dotfiles-72d9102a306350b05f7f0fa18e4185250b29ba60.tar.gz dotfiles-72d9102a306350b05f7f0fa18e4185250b29ba60.tar.bz2 dotfiles-72d9102a306350b05f7f0fa18e4185250b29ba60.zip |
+fira to pretty code
Actually works now
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 |