diff options
author | Griffin Smith <root@gws.fyi> | 2019-03-29T16·10-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-03-29T16·10-0400 |
commit | a3eb6846b3eeb739bce26a7b92b6a634688e57af (patch) | |
tree | b5de35626387eb782c3280769c98e08f8aef9d16 /config.el | |
parent | c3cc2313513992f9e225d1bd39b7c858a5e3d463 (diff) |
Start making fireplace eval commands work in elisp
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 20df1d0ebf5b..b9289376233a 100644 --- a/config.el +++ b/config.el @@ -211,12 +211,14 @@ (require 'dash) +(def-package! predd) + ;; ;; Global config ;; -(setq +doom-modeline-buffer-file-name-style 'relative-to-project) +(setq doom-modeline-buffer-file-name-style 'relative-to-project) ;; ;; Modules |