Set default ‘fill-column’ to 80
This commit is contained in:
parent
804cdb93e4
commit
2c7ff8e374
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@
|
|||
|
||||
(setq-default truncate-lines t)
|
||||
|
||||
(setq-default fill-column 80)
|
||||
|
||||
(global-unset-key (kbd "C-z"))
|
||||
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
|
|
Loading…
Reference in a new issue