Delete gtags (covered by helm-gtags)

This commit is contained in:
laurensmiers 2018-05-27 00:01:19 +02:00
parent ea4b0063d0
commit 4eaa32fd56
2 changed files with 0 additions and 18 deletions

View file

@ -1,15 +0,0 @@
(require 'ggtags)
;; Update on save of file
(setq ggtags-update-on-save t)
;; Enable async update
(setq ggtags-oversize-limit t)
;; Enable ggtags-mode
(add-hook 'c-mode-common-hook
(lambda ()
(when (derived-mode-p 'c-mode 'c++-mode 'python-mode 'java-mode 'asm-mode)
(ggtags-mode 1))))
(provide 'setup-gtags)