diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-07-30 17:18:18 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-08-01 11:21:29 +0200 |
commit | aec7415f777e2229cece4e3677aae3d1dc83849f (patch) | |
tree | c40447270f8c820e677556020b459c56498349d9 /config | |
parent | 95324aa69bc02254ef04ca87e012958dd190f5c4 (diff) | |
download | dotfiles-aec7415f777e2229cece4e3677aae3d1dc83849f.tar.gz dotfiles-aec7415f777e2229cece4e3677aae3d1dc83849f.tar.bz2 dotfiles-aec7415f777e2229cece4e3677aae3d1dc83849f.zip |
managing contacts and mail
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 44f59b0..f5823bb 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -197,6 +197,7 @@ this new window. (setq notmuch-saved-searches '((:name "inbox" :query "tag:inbox" :key "i" :sort-order newest-first) (:name "CMK" :query "(tag:CMK-JIRA or tag:lists/gerrit-check_mk) and tag:unread" :key "c") + (:name "Isar-Speak" :query "(tag:toastmasters or tag:lists/isar-speak-officers or to isarspeak@gmail.com) and tag:unread" :key "t") (:name "flagged" :query "tag:flagged" :key "f") (:name "sent" :query "tag:sent" :key "s") (:name "unread" :query "tag:unread" :key "u") @@ -292,6 +293,17 @@ this new window. (add-hook 'message-send-mail-hook 'set-smtp-server)) #+end_src +** Contacts +#+begin_src emacs-lisp :tangle "packages.el" +(package! vcard) +(package! vdirel) +#+end_src + +#+begin_src emacs-lisp +(use-package! vdirel + :config + (setq vdirel-repository "~/.contacts/contacts")) +#+end_src * Ledger Emacs mode for managing ledger text files #+BEGIN_SRC emacs-lisp |