diff --git a/global.org b/global.org index c6aa01c..f03fec1 100644 --- a/global.org +++ b/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