diff options
author | Case Duckworth | 2021-12-26 22:48:59 -0600 |
---|---|---|
committer | Case Duckworth | 2021-12-26 22:48:59 -0600 |
commit | ea887629ded56609802b529a8f6d06419c97ab50 (patch) | |
tree | d86a2c6c8457fe713d610f9506842be0699ebae1 | |
parent | Make titlecase a proper package (diff) | |
download | emacs-ea887629ded56609802b529a8f6d06419c97ab50.tar.gz emacs-ea887629ded56609802b529a8f6d06419c97ab50.zip |
Require +cus-edit
-rw-r--r-- | init.el | 2 |
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 |