Remove accidental file
This commit is contained in:
parent
d2436650a3
commit
540e74a6aa
1 changed files with 0 additions and 8 deletions
|
@ -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)))
|
Loading…
Add table
Add a link
Reference in a new issue