From 603cef5764fde722a35c69a1d0a499b385147caa Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sat, 6 Apr 2024 20:05:03 +0200 Subject: ediff cli --- bin/ediff.sh | 3 +++ config/khard/khard.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 bin/ediff.sh diff --git a/bin/ediff.sh b/bin/ediff.sh new file mode 100755 index 0000000..4115a90 --- /dev/null +++ b/bin/ediff.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +emacsclient -c --eval "(ediff \"$1\" \"$2\")" diff --git a/config/khard/khard.conf b/config/khard/khard.conf index 509c71b..7bf6197 100644 --- a/config/khard/khard.conf +++ b/config/khard/khard.conf @@ -12,7 +12,7 @@ debug = no default_action = list # These are either strings or comma seperated lists editor = emacsclient -merge_editor = vimdiff +merge_editor = ediff.sh [contact table] # display names by first or last name: first_name / last_name / formatted_name -- cgit v1.2.3