tags: remove helm-etags-select references (no longer using helm)
This commit is contained in:
parent
1cca25ce31
commit
61d9170971
1 changed files with 5 additions and 3 deletions
|
@ -32,9 +32,11 @@
|
||||||
(let ((orig-pt (point))
|
(let ((orig-pt (point))
|
||||||
(orig-file (buffer-file-name)))
|
(orig-file (buffer-file-name)))
|
||||||
(cond ((and (doom/tags-p)
|
(cond ((and (doom/tags-p)
|
||||||
(progn (call-interactively 'helm-etags-select)
|
;; TODO
|
||||||
(and (/= orig-pt (point))
|
;; (progn (call-interactively 'helm-etags-select)
|
||||||
(f-same? orig-file buffer-file-name)))))
|
;; (and (/= orig-pt (point))
|
||||||
|
;; (f-same? orig-file buffer-file-name)))
|
||||||
|
))
|
||||||
((progn (dumb-jump-go)
|
((progn (dumb-jump-go)
|
||||||
(and (/= orig-pt (point))
|
(and (/= orig-pt (point))
|
||||||
(f-same? orig-file buffer-file-name))))
|
(f-same? orig-file buffer-file-name))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue