diff options
| -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 |
