mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
tags: remove helm-etags-select references (no longer using helm)
This commit is contained in:
@@ -32,9 +32,11 @@
|
||||
(let ((orig-pt (point))
|
||||
(orig-file (buffer-file-name)))
|
||||
(cond ((and (doom/tags-p)
|
||||
(progn (call-interactively 'helm-etags-select)
|
||||
(and (/= orig-pt (point))
|
||||
(f-same? orig-file buffer-file-name)))))
|
||||
;; TODO
|
||||
;; (progn (call-interactively 'helm-etags-select)
|
||||
;; (and (/= orig-pt (point))
|
||||
;; (f-same? orig-file buffer-file-name)))
|
||||
))
|
||||
((progn (dumb-jump-go)
|
||||
(and (/= orig-pt (point))
|
||||
(f-same? orig-file buffer-file-name))))
|
||||
|
Reference in New Issue
Block a user