seam

Personal wiki toolkit for Emacs
Log | Files | Refs | LICENSE

commit c775b16b846af22caba7bcc29f19afe3e0a1a15c
parent 26e2b590b77387627e43e156cb824a30ff7d5fb5
Author: Spencer Williams <spnw@plexwave.org>
Date:   Sat, 22 Mar 2025 13:45:08 -0400

Improve link insertion prompt

Diffstat:
Mseam.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/seam.el b/seam.el @@ -524,7 +524,7 @@ buffer is killed after deletion." creating the note if it does not exist. If any text is selected, the link will replace it." (interactive) - (cl-destructuring-bind (completion . file) (seam-read-title "Insert link: ") + (cl-destructuring-bind (completion . file) (seam-read-title "Insert note link: ") (let* ((new-buffer (unless file (seam-make-note completion seam-default-note-type nil)))