~ruther/emacs.d

ref: dd3cc3aa83e51a2094417a935fd3389bba68a868 emacs.d/Makefile -rw-r--r-- 85 bytes
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)"