~ruther/emacs.d

ref: 93dbc3e4a01a043d9db0a3fd785ea26ee7831bbe emacs.d/Makefile -rw-r--r-- 85 bytes
93dbc3e4 — Rutherther feat: exclude popper window from resizes 3 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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