From c2b2b04ad0bc631ba9f41d1c9b3ad11c59dc860b Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Tue, 5 Mar 2024 02:52:44 -0500 Subject: [PATCH] Update calendar config --- config.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 6ad36e8..b8e5f61 100644 --- a/config.org +++ b/config.org @@ -2161,7 +2161,7 @@ pulses and color), so I'll override it. ** YASnippet -#+call: confpkg() +#+call: confpkg("!Pkg yasnippet") Allow nested snippets: @@ -2343,9 +2343,12 @@ I use =isync=, =msmtp= and =mu= as Doom Emacs recommends. The calendar's main purpose for me is to give a better view of the [[*Agenda][Org agenda]]. #+begin_src emacs-lisp +(after! calendar + ;; Start week on Monday + (setq calendar-week-start-day 1)) + (after! calfw - (setq calendar-week-start-day 1) ; Start week on Monday - (setq cfw:org-face-agenda-item-foreground-color (doom-color 'magenta))) + (setq cfw:org-face-agenda-item-foreground-color (doom-color 'yellow))) (map! :leader :desc "Calendar"