diff options
author | Vincent Ambo <mail@tazj.in> | 2018-06-06T07·18+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-06-06T07·19+0200 |
commit | fa63debbfb04e0ed4373e45b16ce12ec77db67b4 (patch) | |
tree | 51f03cb2cdf18043451a5f6eef0a71e1b83ecfcb /init.el | |
parent | 4b9b7f299985c3d4c8cbc8bcbb612135b6b09da9 (diff) |
feat(mail): Add notmuch configuration to git
(should've done this earlier *cough*)
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index aedee7b5dd5e..5cbf5cd92fad 100644 --- a/init.el +++ b/init.el @@ -37,6 +37,7 @@ haskell-setup rust-setup lisp-setup + mail-setup ))) (add-hook 'after-init-hook 'load-other-settings) |