From ee7ec60ae48f2cf2f702cbae6e3b8f3692990a03 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 23 Jun 2020 20:35:49 +0200 Subject: Only use projectile for ctags updating in Emacs --- gui/conf/init.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gui') diff --git a/gui/conf/init.el b/gui/conf/init.el index b6cd00b..206d228 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -305,10 +305,6 @@ :config (setq tags-revert-without-query t) (setq large-file-warning-threshold nil) - (add-hook 'prog-mode-hook - (lambda () - (add-hook 'after-save-hook - 'counsel-etags-virtual-update-tags 'append 'local))) (evil-leader/set-key "d" 'counsel-etags-find-tag-at-point)) -- cgit v1.2.3