chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
539dce4
)
dot/emacs: Display variable names more sensibly in `custom' buffers.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 27 Jan 2022 23:25:34 +0000
(23:25 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 27 Jan 2022 23:25:34 +0000
(23:25 +0000)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 8715c2545b260c668ec9ff54df26a02a1e047479..0301453b5ceda14bf2528aa10629b5d0b34f94ef 100644
(file)
--- 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 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
(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