follow symlinks
This commit is contained in:
parent
fee1f337a9
commit
35f4e161d5
1 changed files with 1 additions and 1 deletions
2
install
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue