From 19a0e2a32f85923beeafb5f50a0073556319690a Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Thu, 16 Jul 2020 13:06:12 +0200 Subject: [PATCH] Load olivetti-mode for org files --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 48a7e95b..acb06885 100755 --- a/init.el +++ b/init.el @@ -171,7 +171,7 @@ There are two things you can do about this warning: (add-hook 'diary-display-hook 'fancy-diary-display) (add-hook 'today-visible-calendar-hook 'calendar-mark-today) (add-hook 'write-file-hooks 'delete-trailing-whitespace) - +(add-hook 'org-mode-hook 'olivetti-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)