Evie Litherland-Smith
6b81d47a87
Having issues with some packages with the straight version including built-in (e.g. eglot). Will continue tinkering with straight in a branch but back to package.el for now
7 lines
86 B
Makefile
7 lines
86 B
Makefile
.PHONY: default install
|
|
|
|
default: install
|
|
|
|
install:
|
|
emacs --script install.el --kill
|