From 9fbaa6221a2809c522fd8a1641e1c508ce7c1ecb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 11 Dec 2012 17:36:28 +0000 Subject: [PATCH] Update default ack options --- custom-variables.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-variables.el b/custom-variables.el index 4d852ed..381dc4b 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -6,7 +6,7 @@ '(ac-auto-show-menu 0.2) '(ac-delay 0.05) '(ac-menu-height 15) - '(ack-arguments (quote ("--ignore-dir=vendor/ruby" "--ignore-dir=vendor/bundle" "--ignore-dir=coverage" "--ignore-dir=docs" "--ignore-dir=doc" "--type-add=js=.coffee" "--type-add=ruby=.jbuilder,.rabl" "--type-add=html=.haml,.chaml,.jade" "--type-add=css=.sass,.scss,.styl"))) + '(ack-arguments (quote ("--ignore-dir=vendor/ruby" "--ignore-dir=vendor/bundle" "--ignore-dir=coverage" "--ignore-dir=docs" "--ignore-dir=doc" "--type-add=js=.coffee" "--type-add=ruby=.jbuilder,.rabl" "--type-add=html=.haml,.hamlc,.jade" "--type-add=css=.sass,.scss,.styl"))) '(ack-project-root-file-patterns (quote (".project\\'" ".xcodeproj\\'" ".sln\\'" "\\`Project.ede\\'" "\\`.git\\'" "\\`.bzr\\'" "\\`_darcs\\'" "\\`.hg\\'" "\\`Gemfile\\'" "\\`Rakefile\\'"))) '(ack-prompt-for-directory (quote unless-guessed)) '(aquamacs-additional-fontsets nil t)