From ea887629ded56609802b529a8f6d06419c97ab50 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 26 Dec 2021 22:48:59 -0600 Subject: Require +cus-edit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 03eeee0..cde5125 100644 --- a/init.el +++ b/init.el @@ -146,7 +146,7 @@ ;; I don't use Custom to actually /make/ any customizations, but it's handy to ;; (A) see what options are available and (B) persist some changes across ;; restarts, for example, `safe-local-variables'. - (:also-load +cus-edit) + (:require +cus-edit) (:option custom-file (private/ "custom.el") custom-magic-show nil custom-magic-show-button t -- cgit 1.4.1-21-gabe81