summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-10-29 13:07:55 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-10-29 13:07:55 -0700
commit0c95cfdd2d6ba0d8b08b8481032a7c6d17beb5c3 (patch)
tree36be8eabd00395ccdc15d7e6d33c57d7b716f9f0 /emacs.d
parent[emacs] Don't set the location for the notes (diff)
downloademacs.d-0c95cfdd2d6ba0d8b08b8481032a7c6d17beb5c3.tar.gz
[emacs] Update settings for `ag'.
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 3841e2e..f9a06a6 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -23,7 +23,11 @@
 (use-package my-functions)
 
 ;; other packages
-(use-package ag)
+(use-package ag
+  :ensure t
+  :init
+  (setq ag-reuse-buffers t
+        ag-reuse-window t))
 
 (use-package counsel
   :ensure t