diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/conf/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
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)) |