This commit is contained in:
Case Duckworth 2021-12-26 22:50:00 -06:00
parent aa8549a80e
commit a58723657a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ passed on to `load'."
(apply 'custom-theme-set-variables 'user
(seq-filter (lambda (el)
(memq (car el)
+customize-variable-allowlist))
+custom-variable-allowlist))
args)))))
(load custom-file noerror nomessage nosuffix must-suffix)))