summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
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