diff options
author | John Turner <jturner.usa@gmail.com> | 2023-06-24 21:37:49 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-06-24 21:37:49 -0400 |
commit | 69aa836a605da56cf6e884d14fbb9b5f79109b17 (patch) | |
tree | c8b3f079b26f1533494c5822c024e868a0386374 /init.el | |
parent | 70fb19b96b30c27e4162d1419737fd57c825fab9 (diff) | |
download | emacs.d-69aa836a605da56cf6e884d14fbb9b5f79109b17.tar.gz |
add require for reload-library
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ (require 'toggle-local-vars) +(require 'reload-library) + (when (file-exists-p custom-file) (load custom-file)) |