home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 39968fd767b7bf5720a675175747811b59582402
parent 4f127dfc3c4a42f905800e970001ce6dfed81a86
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 18 Apr 2020 17:32:59 +0200

Makefile: add emacs-dump target

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
MMakefile | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -15,7 +15,7 @@ PUBLISH_FOLDER = ~/desktop/sites/beta.sbr.pm # Targets .PHONY: all -all: build +all: switch emacs-dump .PHONY: update update: @@ -25,6 +25,10 @@ update: pull: (cd overlays/emacs-overlay && git checkout master && git pull --rebase) +.PHONY: emacs-dump +emacs-dump: + emacs --batch -q -l ~/.config/emacs/dump.el + # home-manager setup .PHONY: assets assets: