Set fill-column default to 72

master
Jacopo De Simoi 8 years ago
parent ce648f9d6a
commit ba677ebfc4
  1. 6
      global.org

@ -96,10 +96,10 @@
#+BEGIN_SRC emacs-lisp
(setq x-gtk-use-system-tooltips nil)
#+END_SRC
Set Fill-column to ~78~, which happens to be good for third-tiled frames
and it also is a reasonable standard (almost 80)
Set =fill-column= to 72, which happens to be good for third-tiled frames
and it also is a reasonable standard
#+BEGIN_SRC emacs-lisp
(setq default-fill-column 78)
(setq default-fill-column 72)
#+END_SRC
Highlight sexp (apparently I am not even using this)
#+BEGIN_SRC emacs-lisp

Loading…
Cancel
Save