diff options
Diffstat (limited to 'home/dots/.emacs')
-rw-r--r-- | home/dots/.emacs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs index 82e2d94..7f3dee4 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -810,8 +810,11 @@ (use-package calendar :defer t + :bind + (("C-c d" . calendar)) :custom (calendar-week-start-day 1) + (org-agenda-include-diary t) :config (calendar-set-date-style 'european) (setq calendar-week-start-day 1)) @@ -975,9 +978,6 @@ (org-mode . visual-line-mode) (org-mode . variable-pitch-mode))) - - - (use-package org-id :after org :init |