config
This commit is contained in:
parent
6527333226
commit
d4c1b64c02
6 changed files with 27 additions and 5 deletions
|
@ -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
|
0
dotfiles/dot_config/just/justfile
Normal file
0
dotfiles/dot_config/just/justfile
Normal 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*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue