From af327ff7f5a9b1af3eaa2194e4101b38746136ae Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 26 Aug 2019 14:35:50 -0400 Subject: [PATCH] Added FiraCode Ligatures to doom config. --- emacs/doom.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/doom.d/init.el b/emacs/doom.d/init.el index 34b071e..6992034 100644 --- a/emacs/doom.d/init.el +++ b/emacs/doom.d/init.el @@ -37,7 +37,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 ; replace bits of code with pretty symbols + +fira) ; I use firaCode or FiraCode derivatives everywhere, all the time. ;;tabbar ; FIXME an (incomplete) tab bar for Emacs treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages