ENH set default fill to 80 (???!!!)

This commit is contained in:
Nathan Dwarshuis 2020-03-22 12:21:39 -04:00
parent c074b23c1b
commit 5386ee5cc8
1 changed files with 2 additions and 0 deletions

View File

@ -570,6 +570,8 @@ Who uses tabs in their programs? Make tabs actually equal 4 spaces. Also, allege
*** short column width
Alot of languages at least semi-adhere to the 80-characters-per-line rule. =fci-mode= displays a line as a guide for column width.
#+BEGIN_SRC emacs-lisp
(setq-default fill-column 80)
(use-package fill-column-indicator
:straight t
:config