Skip to content
Snippets Groups Projects
Commit 96a89c9a authored by Laurent's avatar Laurent
Browse files

Fix phafi / ag silver searcher integration on development server

parent 6c252fee
Branches
Tags
3 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!63Rf13038,!56Rf13038 Front
......@@ -76,7 +76,20 @@
(org-link-minor-mode t)
(gtags-mode t)
(setq ag-highlight-search t)
(setq ag-arguments(list "--smart-case" "--nogroup" "--column" "--ignore-dir report" "--ignore coverage.xml" "--ignore-dir emacs" "--ignore-dir fichiers" "--ignore-dir jQuery" "--ignore-dir ckeditor" "--ignore jquery.mobile-1.1.0.min.js" "--ignore jquery.mobile-1.2.0.min.js" "--" ))
(setq ag-arguments (list "--smart-case"
"--nogroup"
"--column"
"--ignore" "phonetix.txt"
"--ignore" "TAGS"
"--ignore-dir" "report"
"--ignore" "coverage.xml"
"--ignore-dir" "emacs"
"--ignore-dir" "fichiers"
"--ignore-dir" "jQuery"
"--ignore-dir" "ckeditor"
"--ignore" "jquery.mobile-1.1.0.min.js"
"--ignore" "jquery.mobile-1.2.0.min.js"
"--" ))
(setq ac-sources '(ac-source-gtags ac-source-words-in-buffer ac-source-php-auto-yasnippets))
(imenu-add-menubar-index)
(phafi-init-menu)
......
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