From cfa7e7c0b2e0537657f7b56cdd48eeee0c51a2a1 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sat, 15 Apr 2023 01:13:23 -0400 Subject: Don't load outdated code If a `.el` file is newer than its corresponding `.elc`, load the `.el`. --- init.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index b344c83..9ab7611 100644 --- a/init.el +++ b/init.el @@ -31,6 +31,20 @@ (load bootstrap-file nil 'nomessage)) +;; --------------------------------- +;; Don't load outdated code +;; ------------------------ +;; MMOSMacs is under highly active +;; development and undergoes +;; freuqent changes. The newest code +;; should always be loaded +;; --------------------------------- + +;; if a `.el' file is newer than its corresponding `.elc', load the `.el' +(setq load-prefer-newer t) + + + ;; --------------------------------------------------------------------- ;;; File Management -- cgit v1.2.3