This commit is contained in:
Matt Nish-Lapidus 2024-09-30 09:10:52 -04:00
parent 6527333226
commit d4c1b64c02
6 changed files with 27 additions and 5 deletions

View file

@ -4,8 +4,8 @@
name = Matt Nish-Lapidus
email = matt@emenel.ca
[core]
editor = emacsclient
excludesfile = /Users/emenel/.gitignore
editor = emacsclient -r
excludesfile = /home/emenel/.config/git/ignore
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f

View file

View file

@ -6,4 +6,4 @@
(when (probe-file quicklisp-init)
(load quicklisp-init)))
(push (pathname "~/Source/_cl/") ql:*local-project-directories*)
(push (pathname "~/source/_cl/") ql:*local-project-directories*)