1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- added signature in the correct position when replying.

This commit is contained in:
cage
2020-06-25 12:29:35 +02:00
parent 9229d4dd08
commit b4f78df9b4
2 changed files with 21 additions and 20 deletions

View File

@ -277,4 +277,4 @@
(defun signature ()
(when-let ((signature-file (swconf:signature-file-path)))
(format nil "-- ~%~a" (fs:slurp-file signature-file))))
(format nil "~%-- ~%~a" (fs:slurp-file signature-file))))