From ab3ebd14427777d44d4c79b6519593ac5ba0ba62 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 29 May 2023 10:14:32 +0200 Subject: [PATCH] Olivetti mode in markdown-mode --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 81d674d..6c9b742 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -328,7 +328,9 @@ :after org) (use-package olivetti - :hook (org-mode markdown-mode)) + :hook (org-mode markdown-mode) + :custom + (olivetti-body-width 90)) (use-package orderless :custom