From 845f21b1469e000b94ceab074d3227b8fab450fe Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 23 Oct 2023 23:06:42 -0400 Subject: [PATCH] feat(emacs): add `olivetti` Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 63e711f..92c8b75 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -50,6 +50,7 @@ (straight-use-package 'elfeed) (straight-use-package '(pdf-tools :type git :host github :repo "vedang/pdf-tools")) +(straight-use-package 'olivetti) ;; LSP (straight-use-package 'lsp-mode)