From d0e79d3ae25f1444178b3bd2ec76d5928fe17f76 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 27 Jan 2022 23:25:34 +0000 Subject: [PATCH] dot/emacs: Display variable names more sensibly in `custom' buffers. --- dot/emacs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot/emacs b/dot/emacs index 8715c25..0301453 100644 --- a/dot/emacs +++ b/dot/emacs @@ -382,6 +382,9 @@ (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 -- 2.11.0