From 69e639b357a22cf26712ec961d46c11c578900e9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 19 Sep 2012 14:44:29 +0200 Subject: [PATCH] abook/abookrc: Use elinks as browser. --- abook/abookrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/abook/abookrc b/abook/abookrc index ce4a319..d7b40ce 100644 --- a/abook/abookrc +++ b/abook/abookrc @@ -23,7 +23,6 @@ # configuration. set preserve_fields = all - # My custom fields. field birthday = Birthday, date field im = Instant-Messenger, list @@ -34,3 +33,6 @@ view CONTACT = name, email, im, url, urls view ADDRESS = address, zip, city, country view PHONE = phone, workphone, fax, mobile view OTHER = birthday, nick, notes + +# Use elinks as browser. +set www_command=elinks -- 2.44.1