summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-22 15:04:48 -0500
committerCase Duckworth2021-08-22 15:04:48 -0500
commit01ffda87c535558392dd888193e67330ec0fb3f1 (patch)
treeeb2ce3eea11b556f1a4f2cf023da38c06c167064 /init.el
parentRequire 'acdw-frame (diff)
downloademacs-01ffda87c535558392dd888193e67330ec0fb3f1.tar.gz
emacs-01ffda87c535558392dd888193e67330ec0fb3f1.zip
Don't save a custom file at all
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 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