mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove accidental file
This commit is contained in:
@ -1,8 +0,0 @@
|
|||||||
(defun projectile-find-tag ()
|
|
||||||
"Find tag in project."
|
|
||||||
(interactive)
|
|
||||||
(projectile-visit-project-tags-table)
|
|
||||||
;; Auto-discover the user's preference for tags
|
|
||||||
(let ((xref-backend-functions '(t))) )
|
|
||||||
(let ((find-tag-fn (projectile-determine-find-tag-fn)))
|
|
||||||
(call-interactively find-tag-fn)))
|
|
Reference in New Issue
Block a user