From 7a11c4b71dd0631414156f7d9216f6a01be624fa Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 21 Jan 2022 16:28:56 +0000 Subject: Update notmuch --- doom/config.el | 13 +++++++++---- notmuch/.notmuch-config | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/doom/config.el b/doom/config.el index 899e8af..c565756 100644 --- a/doom/config.el +++ b/doom/config.el @@ -223,10 +223,11 @@ :mode ("\\.org\\'" . org-mode) :init (map! :map org-mode-map - "M-n" #'outline-next-visible-heading - "M-p" #'outline-previous-visible-heading - "C-c ]" #'ebib-insert-citation - "C-," nil) + "M-n" #'outline-next-visible-heading + "M-p" #'outline-previous-visible-heading + "C-c ]" #'ebib-insert-citation + "C-," nil + "C-c C-." #'org-time-stamp-inactive) (setq org-src-window-setup 'current-window org-return-follows-link t org-confirm-babel-evaluate nil @@ -706,6 +707,10 @@ (calendar-last-day-of-month month year))) (= day last-day-of-month))) +(use-package! calc + :config + (add-to-list 'math-tzone-names '("AOE" 12 0))) + (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq message-fill-column 80) diff --git a/notmuch/.notmuch-config b/notmuch/.notmuch-config index f3cf61f..230f73f 100644 --- a/notmuch/.notmuch-config +++ b/notmuch/.notmuch-config @@ -31,7 +31,7 @@ path=/home/ymherklotz/.mail [user] name=Yann Herklotz primary_email=yann@yannherklotz.com -other_email=ymh15@ic.ac.uk;yann.herklotz15@imperial.ac.uk;ymh15@imperial.ac.uk;yann.herklotz15@ic.ac.uk +other_email=ymh15@ic.ac.uk;yann.herklotz15@imperial.ac.uk;git@ymhg.org # Configuration for "notmuch new" # -- cgit