Org: Re-enable auto-fill

master
Pierre Neidhardt 2018-10-17 14:09:32 +02:00
parent a05572492b
commit 3e45f23179
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@
(setcdr (assoc "\\.pdf\\'" org-file-apps) 'emacs)
;;; Hooks.
(dolist (fun '(ambrevar/turn-off-linum ambrevar/turn-off-indent-tabs turn-off-auto-fill))
(dolist (fun '(ambrevar/turn-off-linum
;; turn-off-auto-fill
ambrevar/turn-off-indent-tabs))
(add-hook 'org-mode-hook fun))
(when (require 'org-contacts nil t)