]> jturnerusa.dev Git - emacs.d/commitdiff
add require for reload-library
authorJohn Turner <jturner.usa@gmail.com>
Sun, 25 Jun 2023 01:37:49 +0000 (21:37 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Sun, 25 Jun 2023 01:37:49 +0000 (21:37 -0400)
init.el

diff --git a/init.el b/init.el
index 92ad88daea8a84bc30448ed4bc7740e237198206..ca60d03cec7c9c481481675d29f391e47a725433 100644 (file)
--- 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))