From 4f8474bb4397513c51f3b997aab94855200f29bf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 16 Nov 2015 17:19:08 +0100 Subject: Emacs: Ensure ag package is available --- tag-emacs/emacs.d/init.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index b832b037..8c90cbae 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -84,6 +84,14 @@ pass =:noerror= to =load= (projectile-persp-switch-project (expand-file-name "dotfiles" home-project-directory))) #+END_SRC +** The Silver Searcher + +#+BEGIN_SRC emacs-lisp + (req-package ag + :defer 30 + :config (setq ag-project-root-function #'projectile-project-root)) +#+END_SRC + ** Projectile Projectile is awesome for working in projects, especially VCS-backed -- cgit 1.4.1