forked from colonelpanic/dotfiles
Set default fill-column to 80
This commit is contained in:
parent
4e2b9e0041
commit
246730a80c
@ -987,9 +987,14 @@ programming mode.
|
||||
(setq split-width-threshold 160)
|
||||
#+END_SRC
|
||||
** Fill Setup
|
||||
Get rid of nags about requiring setences to end with two spaces.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq sentence-end-double-space nil)
|
||||
#+END_SRC
|
||||
Set the default fill-column
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq-default fill-column 80)
|
||||
#+END_SRC
|
||||
** Encoding
|
||||
UTF-8 everywhere
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
@ -1044,8 +1049,6 @@ whenever there is an error.
|
||||
;; Make buffer names unique.
|
||||
(setq uniquify-buffer-name-style 'forward)
|
||||
|
||||
(setq fill-column 80)
|
||||
|
||||
;; Don't disable commands...
|
||||
(setq disabled-command-function nil)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user