aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 236e271..1d354c8 100755
--- a/install.sh
+++ b/install.sh
@@ -64,7 +64,7 @@ done
# GNU Emacs: most files can be simply linked, the only exception being
# init.el. To know why check .emacs.d/README.org.
mkdir -p "${HOME:?}/.emacs.d"
-for i in lisp org-templates snippets custom.el gtkrc init.org; do
+for i in abbrevs.el early-init.el lisp org-templates snippets custom.el gtkrc init.org; do
rm -rf "${HOME:?}/.emacs.d/$i"
ln -s "$(readlink -f .emacs.d/$i)" "${HOME:?}/.emacs.d/$i"
done