as requested (Im not sure)
This commit is contained in:
parent
774a29a372
commit
eacc598930
2 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
(:default-initargs
|
||||
:feeds nil
|
||||
:license nil
|
||||
:plugins nil
|
||||
:plugins '((rsync "--delete"))
|
||||
:sitenav nil
|
||||
:excerpt-sep "<!--more-->"
|
||||
:charset "UTF-8"
|
||||
|
|
Loading…
Add table
Reference in a new issue