aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 0bc3134..db0c194 100755
--- a/install
+++ b/install
@@ -29,7 +29,7 @@ else
fi
echo 'installing configuration files...'
-find -- . -type f -name "*.org" | while read -r file; do
+find -L -- . -type f -name "*.org" | while read -r file; do
echo " installing $file..."
emacs --batch "$file" -f package-initialize --eval '(org-babel-tangle)' >> ~/.update-home.log 2>&1
done