bubble up fill-column (and change the default in the process)

master
Jacopo De Simoi 8 years ago
parent f6276e37fd
commit 420777610b
  1. 7
      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 "<f6>") 'sourcepair-load)
(setq default-fill-column 110)
;; (require 'pomodoro)
;; * smart-tab-mode

Loading…
Cancel
Save