aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/doom/config.org9
-rw-r--r--config/khard/khard.conf4
2 files changed, 11 insertions, 2 deletions
diff --git a/config/doom/config.org b/config/doom/config.org
index 63e6977..322ae98 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -157,6 +157,15 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary
`("e" "Event" entry (file ,(expand-file-name
"caldav.org" org-directory))
"* %?\n%^T\n%i\n%a"))
+ (add-to-list 'org-capture-templates
+ `("m" "NBG-TM Contact" entry
+ (file+headline ,(expand-file-name "toastmasters/NBG-membership.org" org-directory) "Guest")
+ "* INTRS [[notmuch-search:%:fromaddress][%:fromname]]
+:PROPERTIES:
+:EMAIL: %:fromaddress
+:END:
+Invited: %^t
+"))
(setq org-roam-capture-templates '(("d" "default" plain "%i\n%?"
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
diff --git a/config/khard/khard.conf b/config/khard/khard.conf
index 7bf6197..0bc9e06 100644
--- a/config/khard/khard.conf
+++ b/config/khard/khard.conf
@@ -22,9 +22,9 @@ group_by_addressbook = no
# reverse table ordering: yes / no
reverse = no
# append nicknames to name column: yes / no
-show_nicknames = no
+show_nicknames = yes
# show uid table column: yes / no
-show_uids = yes
+show_uids = no
# sort by first or last name: first_name / last_name / formatted_name
sort = last_name
# localize dates: yes / no