aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-01-21 16:28:56 +0000
committerYann Herklotz <git@yannherklotz.com>2022-01-21 16:29:37 +0000
commit7a11c4b71dd0631414156f7d9216f6a01be624fa (patch)
tree67eafffa81190bf6a91cb09eb7c3b439680ad7cb
parent200ad36e96c3b97440019e6300b3dbaf91c44d4d (diff)
downloaddotfiles-7a11c4b71dd0631414156f7d9216f6a01be624fa.tar.gz
dotfiles-7a11c4b71dd0631414156f7d9216f6a01be624fa.zip
Update notmuch
-rw-r--r--doom/config.el13
-rw-r--r--notmuch/.notmuch-config2
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"
#