emacs: add auto-fill-mode to org-mode-hook
This commit is contained in:
parent
e0e5fcc96f
commit
9bc2757caa
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ One will be created if none exist."
|
||||||
(add-hook 'markdown-mode-hook 'auto-fill-mode)
|
(add-hook 'markdown-mode-hook 'auto-fill-mode)
|
||||||
(add-hook 'nroff-mode-hook 'auto-fill-mode)
|
(add-hook 'nroff-mode-hook 'auto-fill-mode)
|
||||||
(add-hook 'nroff-mode-hook 'variable-pitch-mode)
|
(add-hook 'nroff-mode-hook 'variable-pitch-mode)
|
||||||
|
(add-hook 'org-mode-hook 'auto-fill-mode)
|
||||||
|
|
||||||
;; file extensions
|
;; file extensions
|
||||||
(add-to-list 'auto-mode-alist '("\\.yuck\\'" . lisp-mode))
|
(add-to-list 'auto-mode-alist '("\\.yuck\\'" . lisp-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue