diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-10-24 23:17:37 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-10-24 23:17:37 +0100 |
commit | 1d6b18ca135243e94627259edf80fd969ade0713 (patch) | |
tree | b54ea114b9c2186fa9e1177ceec9c8b6ba03de59 | |
parent | 37aa72d61622b9736332ffb45ead8543ebb16bc9 (diff) | |
download | dotfiles-1d6b18ca135243e94627259edf80fd969ade0713.tar.gz dotfiles-1d6b18ca135243e94627259edf80fd969ade0713.tar.bz2 dotfiles-1d6b18ca135243e94627259edf80fd969ade0713.zip |
+fira code pretty expansion
-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 |