diff options
author | David Runge <dave@sleepmap.de> | 2015-09-13 15:07:56 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-09-13 15:07:56 +0200 |
commit | 38c3cc0273ba8b6d38f5cdceee46bd2898e47a94 (patch) | |
tree | f4a9887ddd1a968121a5d1edebb0c41bf646f1a8 | |
parent | cb713d9b3bf59ca2463e714e9cbbc9898d91b185 (diff) | |
download | dotfiles-38c3cc0273ba8b6d38f5cdceee46bd2898e47a94.tar.gz dotfiles-38c3cc0273ba8b6d38f5cdceee46bd2898e47a94.tar.bz2 dotfiles-38c3cc0273ba8b6d38f5cdceee46bd2898e47a94.tar.xz dotfiles-38c3cc0273ba8b6d38f5cdceee46bd2898e47a94.zip |
.config/khard/khard.conf: Adding further address books from work. Removing obsolete address book (akt). Switch to showing nicknames by default. Setting merge editor to vimdiff
-rw-r--r-- | .config/khard/khard.conf | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index ecfe627..ad15cc1 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -1,13 +1,12 @@ [general] editor = /usr/bin/vim +merge_editor = /usr/bin/vimdiff default_country = Germany default_action = list +show_nicknames = yes [addressbooks] #SLEEPMAP -[[akt]] -path = ~/.contacts/akt/ - [[bands]] path = ~/.contacts/bands/ @@ -26,10 +25,12 @@ path = ~/.contacts/unixpool/ [[venues]] path = ~/.contacts/venues/ -#AKT +#TU-BERLIN +[[exteam]] +path = ~/.contacts/exteam + [[studio]] path = ~/.contacts/studio/ -[[ak]] -#path = ~/.contacts/tu_shared_by_mvoigt/ -path = ~/.contacts/ak/ +[[team]] +path = ~/.contacts/team |