From: rearman Date: Mon, 9 Jan 2023 14:31:49 +0000 (-0500) Subject: Move back to package.el from straight X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=79294f2ccf384bb54dfa63ad13586bad7ff55f1b;p=emacsinit.git Move back to package.el from straight Moving away from straight due to issues with magit after update. Moving some things to early-init.el (same things Prot. has in his) --- diff --git a/init.el b/init.el index 1c0a975..f03b133 100644 --- a/init.el +++ b/init.el @@ -1,8 +1,8 @@ ;; -*- lexical-binding: t; -*- (load (expand-file-name "package-config.el" user-emacs-directory)) -(load (expand-file-name "work-eqs.el" user-emacs-directory)) (load (expand-file-name "setq-defaults.el" user-emacs-directory)) +(load (expand-file-name "work-eqs.el" user-emacs-directory)) (load (expand-file-name "defuns.el" user-emacs-directory)) (load (expand-file-name "org-setup.el" user-emacs-directory)) (load (expand-file-name "hooks-puts.el" user-emacs-directory))