diff options
author | Case Duckworth | 2021-08-22 15:04:48 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-22 15:04:48 -0500 |
commit | 01ffda87c535558392dd888193e67330ec0fb3f1 (patch) | |
tree | eb2ce3eea11b556f1a4f2cf023da38c06c167064 | |
parent | Require 'acdw-frame (diff) | |
download | emacs-01ffda87c535558392dd888193e67330ec0fb3f1.tar.gz emacs-01ffda87c535558392dd888193e67330ec0fb3f1.zip |
Don't save a custom file at all
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 2af8e85..8925028 100644 --- a/init.el +++ b/init.el | |||
@@ -119,7 +119,7 @@ | |||
119 | 119 | ||
120 | (setup cus-edit | 120 | (setup cus-edit |
121 | 121 | ||
122 | (:option custom-file (acdw/dir "custom.el") | 122 | (:option custom-file null-device ; don't store customizations |
123 | custom-magic-show nil | 123 | custom-magic-show nil |
124 | custom-magic-show-button t | 124 | custom-magic-show-button t |
125 | custom-raised-buttons nil | 125 | custom-raised-buttons nil |