dotfiles
Seven years worth of accumulated configuration cruft
dotfiles/scripts/.local/bin/ediff
Download raw file: scripts/.local/bin/ediff
#!/bin/sh # Launch an interactive Emacs diff session in this terminal emacsclient -nw --create-frame --eval "(ediff \"$1\" \"$2\")"