elpa: cleanup

This commit is contained in:
ZenithalHourlyRate 2021-12-18 01:56:18 +08:00
parent 3991814ac5
commit 55c57b11a8
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -35,11 +35,8 @@ for I in ${!UPSTREAMS[@]}; do
rsync ${RSYNC_OPTS} "$upstream" "$dest"
done
# org-mode
org() {
dest=${TUNASYNC_WORKING_DIR}/org
echo $dest
[ ! -d "$dest" ] && mkdir -p "$dest"
cd $dest