aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-editing.el
diff options
context:
space:
mode:
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])