diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-10-29 13:07:55 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-10-29 13:07:55 -0700 |
commit | 0c95cfdd2d6ba0d8b08b8481032a7c6d17beb5c3 (patch) | |
tree | 36be8eabd00395ccdc15d7e6d33c57d7b716f9f0 | |
parent | [emacs] Don't set the location for the notes (diff) | |
download | emacs.d-0c95cfdd2d6ba0d8b08b8481032a7c6d17beb5c3.tar.gz |
[emacs] Update settings for `ag'.
-rw-r--r-- | emacs.d/init.el | 6 |
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 |