tags: remove helm-etags-select references (no longer using helm)

This commit is contained in:
Henrik Lissner 2016-09-07 12:19:50 +02:00
parent 1cca25ce31
commit 61d9170971

View file

@ -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))))