diff options
author | John Turner <jturner.usa@gmail.com> | 2023-04-01 23:24:08 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-04-01 23:24:08 -0400 |
commit | fc8686d3c8773c409cde247c7e611f5b2b4b947b (patch) | |
tree | 8929d1410533c000913cf5193c548fbaee5d3f0d /init.el | |
parent | 7f1fc2f936fb66ae3720863432a0a8266a2e5003 (diff) | |
download | emacs.d-fc8686d3c8773c409cde247c7e611f5b2b4b947b.tar.gz |
created toggle-local-vars lisp script
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ (require 'license-boilerplate) +(require 'toggle-local-vars) + (when (file-exists-p custom-file) (load custom-file)) |