home

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

commit d8242a9823b5184278ccef6f1849ecc65448ead0
parent b42a2fd3a32ffbef6fbcfbc5fa3898d42a6cc904
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 10 Apr 2020 19:17:13 +0200

Update emacs-overlay and pull target

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

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -23,7 +23,7 @@ update: .PHONY: pull pull: - (cd overlays/emacs-overlay && git pull --rebase) + (cd overlays/emacs-overlay && git checkout master && git pull --rebase) # home-manager setup .PHONY: assets