From fc8686d3c8773c409cde247c7e611f5b2b4b947b Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 1 Apr 2023 23:24:08 -0400 Subject: created toggle-local-vars lisp script --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') 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)) -- cgit v1.2.3