From 23ce5e97d2bda07de130a11a644677298ff8bfea Mon Sep 17 00:00:00 2001 From: AChavali Date: Fri, 17 Jan 2020 02:26:29 +0000 Subject: ~load bin/config.el locally No need to do all the hard work when "load!" does it for me --- doom.d/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.d/config.el b/doom.d/config.el index 258b15b..8c4c242 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -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") -- cgit v1.2.3-13-gbd6f