Emacs setup information

This commit is contained in:
Petr Nyc
2024-06-19 11:13:19 +02:00
parent f1455d03cd
commit 239e93905a
2 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
# if no file is specified, show diff for all files in the changeset
diffc = "!f() { git diff ${1}^1 ${1} -- $2; }; f"
vimdiffc = "!f() { git vimdiff ${1}^1 ${1} -- $2; }; f"
cat = show
[user]
name = Petr Nyc