ulthar.xyz > Repos

dotfiles

Seven years worth of accumulated configuration cruft
About Files Commits git clone https://ulthar.xyz/repos/dotfiles/dotfiles.git

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\")"

Generated 2025-09-16 22:30:37 +0000 by RepoRat