From: John Turner Date: Sun, 25 Jun 2023 01:37:49 +0000 (-0400) Subject: add require for reload-library X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=69aa836a605da56cf6e884d14fbb9b5f79109b17;p=emacs.d add require for reload-library --- diff --git a/init.el b/init.el index 92ad88d..ca60d03 100644 --- a/init.el +++ b/init.el @@ -52,6 +52,8 @@ (require 'toggle-local-vars) +(require 'reload-library) + (when (file-exists-p custom-file) (load custom-file))