diff options
Diffstat (limited to 'emacs')
-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 |