From 61d91709713fae73fffab7ee4318e39fdbbf9793 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 7 Sep 2016 12:19:50 +0200 Subject: [PATCH] tags: remove helm-etags-select references (no longer using helm) --- modules/custom-tags.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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))))