ditigal.xyz
Log in
—
Register
~ruther
/
emacs.d
summary
tree
log
refs
ref:
8cd6dd1609e2111c52571de7dfcea2ccee4f3bb2
emacs.d
/Makefile
-rw-r--r--
85 bytes
View
Log
View raw
Permalink
8cd6dd16
— Rutherther feat: add nix-mode with mmm-mode for sh code
1 year, 6 months ago
1
2
3
4
5
6
EMACS
=
emacs
PWD
=
$(
abspath
./
)
/
.PHONY
:
run
run
:
$(
EMACS
)
--init-directory
"
$(
PWD
)
"