Skip to content
Snippets Groups Projects
Commit 2b7289ee authored by llaffont's avatar llaffont
Browse files

Amélioration recherche par gtags

parent af1a65fe
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@
(require 'geben)
(require 'phpunit)
(require 'auto-complete)
(require 'auto-complete-autoloads)
(require 'org-link-minor-mode)
(require 'gtags)
......@@ -56,7 +56,7 @@
(local-set-key (kbd "C-M-,") 'gtags-pop-stack); find tag if on call function or reverse tag if on function def
(setq gtags-ignore-case t)
(setq gtags-auto-update nil)
(setq gtags-auto-update t)
(setq gtags-rootdir (phafi-root-dir))
))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment