From a58723657a954d058827a1a943951ab16888fa03 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 26 Dec 2021 22:50:00 -0600 Subject: [PATCH] Fix typo --- lisp/+cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'." (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)))