Fix function name

This commit is contained in:
David Morgan 2022-10-05 16:41:12 +01:00
parent d72c8b5cc7
commit e80520bd0c
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ DEFS is a plist associating completion categories to commands."
(defun consult-line-symbol-at-point ()
(interactive)
(consult-line (thing-at-point 'symbol)))
(defun consult-parent-ripgrep (&optional initial)
(defun consult-ripgrep-parent (&optional initial)
(interactive "P")
(consult-ripgrep (file-name-directory (directory-file-name (persp-current-project-root))) initial))
(defvar consult--fd-command nil)