chiark / gitweb /
dot/emacs: Display variable names more sensibly in `custom' buffers.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 27 Jan 2022 23:25:34 +0000 (23:25 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 27 Jan 2022 23:25:34 +0000 (23:25 +0000)
dot/emacs

index 8715c2545b260c668ec9ff54df26a02a1e047479..0301453b5ceda14bf2528aa10629b5d0b34f94ef 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq read-quoted-char-radix 16)       ;C-q HEX-STUFF [RET]
 (setq case-fold-file-names nil)                ;Don't translate file names (grr...)
 (setq scroll-step 5)                   ;Don't scroll too much at a time
+(setq custom-unlispify-tag-names nil   ;Display variable names properly
+      custom-unlispify-menu-entries nil
+      custom-buffer-done-kill t)
 (setq blink-cursor-blinks 0)           ;Keep blinking the cursor
 (setq-default fill-column mdw-text-width) ;I use rather narrow windows
 (setq adaptive-fill-mode nil)          ;I have my own machinery instead