Skip to content
Snippets Groups Projects
Commit 16b21ea8 authored by llaffont's avatar llaffont
Browse files

phafi: definition d'ac-source-gtags pour auto-complete

parent b327ff92
Branches
Tags
No related merge requests found
......@@ -470,7 +470,12 @@
(requires . 3))
"Source for etags.")
(defvar ac-source-gtags
'((candidates . ac-gtags-candidate)
(candidate-face . ac-gtags-candidate-face)
(selection-face . ac-gtags-selection-face)
(requires . 3))
"Source for gtags.")
(defun ack (command-args)
(interactive
......
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