mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Prompt should say edit
and not alias
.
This commit is contained in:
@ -246,7 +246,7 @@ If the snippet isn't in `+snippets-dir', it will be copied there (where it will
|
|||||||
shadow the default snippet)."
|
shadow the default snippet)."
|
||||||
(interactive
|
(interactive
|
||||||
(list
|
(list
|
||||||
(+snippet--completing-read-uuid "Select snippet to alias: "
|
(+snippet--completing-read-uuid "Select snippet to edit: "
|
||||||
current-prefix-arg)))
|
current-prefix-arg)))
|
||||||
(if-let* ((major-mode (if (eq major-mode 'snippet-mode)
|
(if-let* ((major-mode (if (eq major-mode 'snippet-mode)
|
||||||
(intern (file-name-base (directory-file-name default-directory)))
|
(intern (file-name-base (directory-file-name default-directory)))
|
||||||
|
Reference in New Issue
Block a user