From 43beb36e3a2a264d0eb02529e4ee2eb08636096a Mon Sep 17 00:00:00 2001 From: rearman Date: Tue, 25 Oct 2022 11:34:21 -0400 Subject: [PATCH] Defining work eqns in split inits, loading in common. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index a638411..06e429a 100644 --- a/init.el +++ b/init.el @@ -1,7 +1,7 @@ ;; -*- lexical-binding: t; -*- (defvar common-init "~/.emacs.d/common-init.el") +(defvar work-eqns "~/.emacs.d/work-eqs.el") (load-file common-init) -(load-file "~/.emacs.d/work-eqs.el") ;; WIN GUI SPECIFIC OPTIONS (tool-bar-mode -1) -- 2.39.5