diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-18T15·34-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-18T15·34-0400 |
commit | a6078d2e33dd6cbad21d22c30bff8e9ba43eb82d (patch) | |
tree | 9769199d17445cbcdd078956c9eca5f6f7756707 /config.el | |
parent | 06eaf0ad9693d187466287809552f5fe0e4aba8c (diff) |
Doom modeline config
those icons are gross
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.el b/config.el index 343db6d349e3..f30e07a105c6 100644 --- a/config.el +++ b/config.el @@ -244,7 +244,9 @@ ;; Global config ;; -(setq doom-modeline-buffer-file-name-style 'relative-to-project) +(setq doom-modeline-buffer-file-name-style 'relative-to-project + doom-modeline-modal-icon nil + doom-modeline-github t) ;; ;; Modules |