chezmoi_dotfiles/dot_local/spells/executable_ediff.sh

5 lines
119 B
Bash

#!/usr/bin/env bash
# Simple script to send a merge command to emacs ediff
emacsclient --eval "(ediff \"$1\" \"$2\")"