ditigal.xyz
Log in
—
Register
~ruther
/
emacs.d
summary
tree
log
refs
ref:
dd3cc3aa83e51a2094417a935fd3389bba68a868
emacs.d
/Makefile
-rw-r--r--
85 bytes
View
Log
View raw
Permalink
dd3cc3aa
— Rutherther chore: allow using custom-packages.el to load packages per computer
1 year, 2 months ago
1
2
3
4
5
6
EMACS
=
emacs
PWD
=
$(
abspath
./
)
/
.PHONY
:
run
run
:
$(
EMACS
)
--init-directory
"
$(
PWD
)
"