diff options
author | Marc Coquand <marc@coquand.email> | 2024-11-29 15:18:53 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-11-29 15:18:53 +0200 |
commit | c77cab0847ef2c611ce99bf909247e59180c1840 (patch) | |
tree | 3751f71d6105e127e48d9afc0733f88b426a4116 /home | |
parent | fb4202efa6c0ffd0df93b042c27530a99cb606d7 (diff) | |
download | guix-c77cab0847ef2c611ce99bf909247e59180c1840.tar.gz guix-c77cab0847ef2c611ce99bf909247e59180c1840.tar.bz2 guix-c77cab0847ef2c611ce99bf909247e59180c1840.zip |
.
Diffstat (limited to 'home')
-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 |