about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/glittershark/emacs.d/config.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/glittershark/emacs.d/config.el b/users/glittershark/emacs.d/config.el
index ed14ff587b..51c268e1e6 100644
--- a/users/glittershark/emacs.d/config.el
+++ b/users/glittershark/emacs.d/config.el
@@ -27,7 +27,6 @@
 (load! "email")
 (load! "cpp")
 (load! "lisp")
-(load! "slack")
 
 (require 'tvl)
 
@@ -157,6 +156,8 @@
 (add-to-list 'custom-theme-load-path "~/.doom.d/themes")
 (load-theme 'grfn-solarized-light t)
 
+(load! "slack")
+
 (defface haskell-import-face `((t (:foreground ,+solarized-magenta))) "")
 
 (setq doom-theme 'grfn-solarized-light)