~ruther/emacs.d

ref: b83cb2ff69fec54a1863e7004fe0c33e4b3fdd53 emacs.d/Makefile -rw-r--r-- 85 bytes
b83cb2ff — Rutherther feat: open dtsi, dtso and keymap files with dts mode 13 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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