diff options
| author | Daniel <[email protected]> | 2024-01-18 05:07:48 -0500 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-01-18 05:07:48 -0500 |
| commit | 4d4e304446e45e0353ffc712ccaabcc4a426b1ff (patch) | |
| tree | 25577ddb3804d70923666ce21492ee21da34fd44 /bard-emacs-modules/bard-emacs-org.el | |
| parent | 78fea8944aeb3b3659fc6294bd769776368fce26 (diff) | |
fix merge conflict
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index a905897..36278b4 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -23,6 +23,13 @@ (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.6)) ) +;; Calendar + +(with-eval-after-load 'calendar-mode + (setq calendar-holidays (append calendar-holidays russian-holidays)) + (add-hook 'calendar-today-visible-hook 'calendar-mark-today) + (add-hook 'calendar-today-visible-hook 'calendar-mark-holidays)) + ;; Org todo keywords - changed to using hl-todo faces fixed by modus/ef themes (setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w)" "NEXT (n)" "|" "DONE(d)" "KILLED(k)"))) (add-hook 'org-mode-hook 'hl-todo-mode) |
