~load bin/config.el locally

No need to do all the hard work when "load!" does it for me
This commit is contained in:
AChavali
2020-01-17 02:26:29 +00:00
parent 9465707042
commit 23ce5e97d2

View File

@@ -1,3 +1,3 @@
;;; ~/Dotfiles/doom.d/config.el -*- lexical-binding: t; -*-
(load (expand-file-name (concat doom-private-dir "bin/config.el")))
(load! "bin/config.el")