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 2026-06-03 16:02:06 -0600 by RepoRat