summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2023-04-01 23:24:08 -0400
committerJohn Turner <jturner.usa@gmail.com>2023-04-01 23:24:08 -0400
commitfc8686d3c8773c409cde247c7e611f5b2b4b947b (patch)
tree8929d1410533c000913cf5193c548fbaee5d3f0d /init.el
parent7f1fc2f936fb66ae3720863432a0a8266a2e5003 (diff)
downloademacs.d-fc8686d3c8773c409cde247c7e611f5b2b4b947b.tar.gz
created toggle-local-vars lisp script
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 85a711b..b853ccb 100644
--- a/init.el
+++ b/init.el
@@ -47,6 +47,8 @@
(require 'license-boilerplate)
+(require 'toggle-local-vars)
+
(when (file-exists-p custom-file)
(load custom-file))