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)