aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-editing.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-03 20:13:54 +1000
committerYuchen Pei <id@ypei.org>2023-08-03 20:13:54 +1000
commit1561511c4ea5e1ba9157e74e4e8e7bac76c95210 (patch)
treed1c9e16820e6828bef27d254573d59b3377fa0c1 /emacs/.emacs.d/init/ycp-editing.el
parent53d94b9afd8dd51dd591f70b4f00b77c3ed403b4 (diff)
minor changes in dediting, prog, gdbinit
Diffstat (limited to 'emacs/.emacs.d/init/ycp-editing.el')
-rw-r--r--emacs/.emacs.d/init/ycp-editing.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-editing.el b/emacs/.emacs.d/init/ycp-editing.el
index 2e87ecc..ce850a0 100644
--- a/emacs/.emacs.d/init/ycp-editing.el
+++ b/emacs/.emacs.d/init/ycp-editing.el
@@ -37,6 +37,7 @@
(setq sentence-end-double-space nil)
(setq show-paren-delay 0)
(setq window-divider-default-bottom-width 1)
+(setq line-number-display-limit-width 9999)
(setq window-divider-default-places 'bottom-only)
;; don't interpret C-m as RET
(define-key input-decode-map [?\C-m] [C-m])