From c6d4557b4e61a35164de094ddfa2e1cccf75dc8e Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 20 Jul 2020 22:25:58 +0200 Subject: [PATCH] Disable olivetti hook for org files --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 18a9380e..22501a70 100755 --- a/init.el +++ b/init.el @@ -163,7 +163,7 @@ There are two things you can do about this warning: "My custom configuration for 'org-mode'." (olivetti-mode) (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 'rst-mode-hook 'turn-on-orgstruct) (add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)