ditigal.xyz
Log in
—
Register
~ruther
/
emacs.d
summary
tree
log
refs
ref:
9ede808053e81729789c13724b20ee56b13db0ea
emacs.d
/Makefile
-rw-r--r--
85 bytes
View
Log
View raw
Permalink
9ede8080
— Rutherther feat: Add shell-command-x and other packages I tried (commented)
1 year, 2 months ago
1
2
3
4
5
6
EMACS
=
emacs
PWD
=
$(
abspath
./
)
/
.PHONY
:
run
run
:
$(
EMACS
)
--init-directory
"
$(
PWD
)
"