From ba677ebfc49925f6e9b988c9f3f5ce68316c9495 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 9 May 2018 15:05:28 -0400 Subject: [PATCH] Set fill-column default to 72 --- global.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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