summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-02-05 14:05:23 -0800
committerFranck Cuny <franck@fcuny.net>2023-02-05 14:05:23 -0800
commit5718852d4280b06e4306b9e8caccd3ff6dc85caa (patch)
tree799923d9487b1dc17bf75927bad14ffa11015417 /Makefile
parentref(eshell): not sure (diff)
downloademacs.d-5718852d4280b06e4306b9e8caccd3ff6dc85caa.tar.gz
ref(aspell): don't maintain the dictionary in the repo
Dictionaries are machine specific, no point in managing them through
git.

Change-Id: Ie72ad746e124b73e42135ede82a5ae6d7e45de2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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: