as requested (Im not sure)

This commit is contained in:
Masataro Asai 2017-11-16 14:38:25 +09:00
parent 774a29a372
commit eacc598930
2 changed files with 1 additions and 2 deletions

View file

@ -49,7 +49,6 @@
"By default, do nothing"
(declare)))
(defun update-symlink (path target)
"Update the symlink at PATH to point to TARGET."
(run-program "ln -sfn ~a ~a" target path))

View file

@ -21,7 +21,7 @@
(:default-initargs
:feeds nil
:license nil
:plugins nil
:plugins '((rsync "--delete"))
:sitenav nil
:excerpt-sep "<!--more-->"
:charset "UTF-8"