Disable olivetti hook for org files
This commit is contained in:
parent
f8e31e2dee
commit
c6d4557b4e
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -163,7 +163,7 @@ There are two things you can do about this warning:
|
||||||
"My custom configuration for 'org-mode'."
|
"My custom configuration for 'org-mode'."
|
||||||
(olivetti-mode)
|
(olivetti-mode)
|
||||||
(olivetti-set-width 82))
|
(olivetti-set-width 82))
|
||||||
(add-hook 'org-mode-hook 'me/org-mode)
|
;; (add-hook 'org-mode-hook 'me/org-mode)
|
||||||
(add-hook 'org-mode-hook 'turn-on-auto-fill)
|
(add-hook 'org-mode-hook 'turn-on-auto-fill)
|
||||||
(add-hook 'rst-mode-hook 'turn-on-orgstruct)
|
(add-hook 'rst-mode-hook 'turn-on-orgstruct)
|
||||||
(add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)
|
(add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)
|
||||||
|
|
Loading…
Add table
Reference in a new issue