~ruther/emacs.d

ref: d0c7653b5cf9eae320b0f334a3d34bf2316dee6d emacs.d/Makefile -rw-r--r-- 85 bytes
d0c7653b — Rutherther feat: do not demand fd-dired 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"