From 46b801f8f56ac85d6cab2fd66213153191624906 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Mar 2023 23:40:12 +0100 Subject: olivetti: Fix hook syntax. --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index 2aebb64..77e2d9a 100644 --- a/init.org +++ b/init.org @@ -780,8 +780,8 @@ When writing Org-mode documents or when browsing the web with Eww I prefer to se #+BEGIN_SRC elisp (use-package olivetti :hook - ((org-mode-hook . olivetti-mode) - (markdown-mode-hook . olivetti-mode))) + ((org-mode . olivetti-mode) + (markdown-mode . olivetti-mode))) #+END_SRC * Music -- cgit v1.2.3