summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoa2025-04-29 14:59:09 +0800
committernoa2025-04-29 14:59:09 +0800
commitf30205b8274226a11143361db8009e6989cf22a1 (patch)
tree7ea178ec76b39be2649fba9471877c5f53ec7a8a
parent34b95c5c05b81e5613fe73da1d0a2072c6822600 (diff)
Use actual variable names in custom interface
-rw-r--r--emacs/init.el1
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