diff --git a/modules/custom-tags.el b/modules/custom-tags.el index 2ebf0438d..3eb20cd01 100644 --- a/modules/custom-tags.el +++ b/modules/custom-tags.el @@ -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))))