~ruther/emacs.d

ref: d5d7ec2e74c1206e525e12c90e2a82618dfadd06 emacs.d/Makefile -rw-r--r-- 85 bytes
d5d7ec2e — Rutherther feat: add company completion 1 year, 10 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"
Do not follow this link