fix(emacs): move some org hooks into use-package
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
589c9a021a
commit
847c8ed476
2 changed files with 7 additions and 6 deletions
|
@ -130,9 +130,6 @@
|
|||
(lambda ()
|
||||
(add-hook 'auto-save-hook 'org-save-all-org-buffers nil t)
|
||||
(auto-save-mode)))
|
||||
(add-hook 'org-mode-hook #'olivetti-mode)
|
||||
(add-hook 'org-mode-hook #'org-modern-mode)
|
||||
(add-hook 'org-mode-hook #'org-recur-mode)
|
||||
(add-hook 'org-mode-hook #'variable-pitch-mode)
|
||||
(add-hook 'org-agenda-mode-hook #'org-recur-mode)
|
||||
(add-hook 'org-mode-hook #'org-modern-indent-mode 90)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue