From e9ce63f65ed7d1664dbd17c20c5931a45ea2ec7d Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 18 Mar 2023 11:02:17 +0100 Subject: [PATCH] Add olivetti --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7b4b587..46f7098 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -226,6 +226,9 @@ (use-package ob-swiftui :after org) +(use-package olivetti + :hook org-mode) + (use-package orderless :custom (completion-styles '(orderless basic))