all repos — archive/dotfiles @ 4f8474bb4397513c51f3b997aab94855200f29bf

Superseded by nixfiles

Emacs: Ensure ag package is available
Alan Pearce alan.pearce@spotcap.com
Mon, 16 Nov 2015 17:19:08 +0100
commit

4f8474bb4397513c51f3b997aab94855200f29bf

parent

a6486abd8b4f7e47884bf324ac7fcb7b76d4e260

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -84,6 +84,14 @@ (interactive)   (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