summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-26 22:48:59 -0600
committerCase Duckworth2021-12-26 22:48:59 -0600
commitea887629ded56609802b529a8f6d06419c97ab50 (patch)
treed86a2c6c8457fe713d610f9506842be0699ebae1 /init.el
parentMake titlecase a proper package (diff)
downloademacs-ea887629ded56609802b529a8f6d06419c97ab50.tar.gz
emacs-ea887629ded56609802b529a8f6d06419c97ab50.zip
Require +cus-edit
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 03eeee0..cde5125 100644 --- a/init.el +++ b/init.el
@@ -146,7 +146,7 @@
146 ;; I don't use Custom to actually /make/ any customizations, but it's handy to 146 ;; I don't use Custom to actually /make/ any customizations, but it's handy to
147 ;; (A) see what options are available and (B) persist some changes across 147 ;; (A) see what options are available and (B) persist some changes across
148 ;; restarts, for example, `safe-local-variables'. 148 ;; restarts, for example, `safe-local-variables'.
149 (:also-load +cus-edit) 149 (:require +cus-edit)
150 (:option custom-file (private/ "custom.el") 150 (:option custom-file (private/ "custom.el")
151 custom-magic-show nil 151 custom-magic-show nil
152 custom-magic-show-button t 152 custom-magic-show-button t