From 420777610b515c24fa39b6e401fe3d0e4ffa7e70 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 24 Feb 2018 17:19:40 -0500 Subject: [PATCH] bubble up fill-column (and change the default in the process) --- global.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/global.org b/global.org index 76c504e..0199dd7 100644 --- a/global.org +++ b/global.org @@ -94,6 +94,11 @@ #+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) + #+BEGIN_SRC emacs-lisp + (setq default-fill-column 78) + #+END_SRC ** Mouseless Disable mouse interaction with emacs #+BEGIN_SRC emacs-lisp @@ -392,8 +397,6 @@ ;; (require 'sourcepair) ;; (global-set-key (kbd "") 'sourcepair-load) - (setq default-fill-column 110) - ;; (require 'pomodoro) ;; * smart-tab-mode