From 5718852d4280b06e4306b9e8caccd3ff6dc85caa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 5 Feb 2023 14:05:23 -0800 Subject: ref(aspell): don't maintain the dictionary in the repo Dictionaries are machine specific, no point in managing them through git. Change-Id: Ie72ad746e124b73e42135ede82a5ae6d7e45de2e --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b6b596c..bc18153 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ LN = @ln -sf .PHONY: emacs emacs: $(LN) $(PWD)/emacs $(XDG_CONFIG) - $(LN) $(PWD)/aspell.en.pws $(HOME)/.aspell.en.pws .PHONY: setup setup: -- cgit v1.2.3