summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lisp/+cus-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+cus-edit.el b/lisp/+cus-edit.el index 2f9769d..6ab8527 100644 --- a/lisp/+cus-edit.el +++ b/lisp/+cus-edit.el
@@ -49,7 +49,7 @@ passed on to `load'."
49 (apply 'custom-theme-set-variables 'user 49 (apply 'custom-theme-set-variables 'user
50 (seq-filter (lambda (el) 50 (seq-filter (lambda (el)
51 (memq (car el) 51 (memq (car el)
52 +customize-variable-allowlist)) 52 +custom-variable-allowlist))
53 args))))) 53 args)))))
54 (load custom-file noerror nomessage nosuffix must-suffix))) 54 (load custom-file noerror nomessage nosuffix must-suffix)))
55 55