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