diff options
| author | Thomas Schneider <qsx@qsx.re> | 2018-10-10 11:40:00 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2018-10-10 11:40:00 +0200 |
| commit | ef7a431188f4808e8ebca6bb3e08f0077999d8fb (patch) | |
| tree | a4397a18da66eb6753f1f428885ef2eaf41e0fdd /dot.emacs.d | |
| parent | a373cd3ec9cc13179fb389db38990a5cacc606cf (diff) | |
Emacs: fill shit
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 0c2c4aa..da6ac83 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -96,6 +96,10 @@ (interactive) (insert (gui-get-primary-selection)))) +(add-hook 'org-mode-hook 'turn-on-auto-fill) + +(setq-default fill-column 80) + ;;; Mail (setq message-kill-buffer-on-exit t message-sendmail-envelope-from 'header |
