From: rearman Date: Tue, 25 Oct 2022 15:34:21 +0000 (-0400) Subject: Defining work eqns in split inits, loading in common. X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=43beb36e3a2a264d0eb02529e4ee2eb08636096a;p=emacsinit.git Defining work eqns in split inits, loading in common. --- 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)