about summary refs log tree commit diff
path: root/config.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-03-29T16·10-0400
committerGriffin Smith <root@gws.fyi>2019-03-29T16·10-0400
commita3eb6846b3eeb739bce26a7b92b6a634688e57af (patch)
treeb5de35626387eb782c3280769c98e08f8aef9d16 /config.el
parentc3cc2313513992f9e225d1bd39b7c858a5e3d463 (diff)
Start making fireplace eval commands work in elisp
Diffstat (limited to 'config.el')
-rw-r--r--config.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.el b/config.el
index 20df1d0ebf..b928937623 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