diff options
author | noa | 2025-04-29 14:59:09 +0800 |
---|---|---|
committer | noa | 2025-04-29 14:59:09 +0800 |
commit | f30205b8274226a11143361db8009e6989cf22a1 (patch) | |
tree | 7ea178ec76b39be2649fba9471877c5f53ec7a8a | |
parent | 34b95c5c05b81e5613fe73da1d0a2072c6822600 (diff) |
Use actual variable names in custom interface
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 889f8e4..071e0ba 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -746,6 +746,7 @@ With prefix argument TIME, also add the current time." ;; Don't save changes in the customize interface (use-package cus-edit :custom + (custom-unlispify-tag-names nil) (custom-file (make-temp-file "custom"))) ;; Emacs server |