From fe74e03373fc3fc7e8d47fdf2f5e72195cfae382 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Tue, 22 Mar 2022 14:57:06 +0000 Subject: [PATCH] Update config.el --- .doom.d/config.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.doom.d/config.el b/.doom.d/config.el index 35a4556..f0bf769 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -52,3 +52,13 @@ ;; ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. + +(after! lsp-ui + ;; sideline is super noisy + (setq lsp-ui-sideline-enable nil)) + +(after! org-journal + (setq org-journal-dir "~/org/journal/")) + +(all-the-icons-ivy-rich-mode 1) +(ivy-rich-mode 1)