Start org-mode and latex-mode with auto-fill-mode
This commit is contained in:
parent
70f359f59f
commit
2b32f9b282
@ -61,6 +61,12 @@
|
||||
(use-package dockerfile-mode
|
||||
:defer t)
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; LaTeX.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
||||
(add-hook 'latex-mode-hook 'auto-fill-mode)
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; Makefile settings.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
@ -31,6 +31,8 @@
|
||||
"Initialise the `org' module."
|
||||
|
||||
(use-package org
|
||||
:hook
|
||||
(org-mode . auto-fill-mode)
|
||||
:bind
|
||||
(("C-c a" . org-agenda)
|
||||
("C-c b" . org-switchb)
|
||||
|
Reference in New Issue
Block a user