Home / Emacs / Emacs / Initialization (init.el)
Loading
Always load the newest version of files.
(Fixes the “newer than byte-compiled file; using older file” messages.)
(setopt load-prefer-newer t)
Home / Emacs / Emacs / Initialization (init.el)
Always load the newest version of files.
(Fixes the “newer than byte-compiled file; using older file” messages.)
(setopt load-prefer-newer t)