Switch to 100 column width as default
This commit is contained in:
parent
590e35de19
commit
a37c544beb
@ -63,8 +63,8 @@
|
|||||||
(setq-default
|
(setq-default
|
||||||
;; This slows down cursor scrolling.
|
;; This slows down cursor scrolling.
|
||||||
auto-window-vscroll nil
|
auto-window-vscroll nil
|
||||||
;; Standard fill-column width - last character is for end of line glyph.
|
;; Standard fill-column width.
|
||||||
fill-column 79
|
fill-column 100
|
||||||
;; Do not use tab characters for indentation.
|
;; Do not use tab characters for indentation.
|
||||||
indent-tabs-mode nil
|
indent-tabs-mode nil
|
||||||
;; Kill whole line when point at beginning of line.
|
;; Kill whole line when point at beginning of line.
|
||||||
|
Reference in New Issue
Block a user