diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-08-16 22:04:34 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-08-16 22:04:34 -0700 |
commit | dd4a89fa4cb1083064df90f4272c90c11c6ccee5 (patch) | |
tree | ea0f9eb4ab95433d50794da6132084227198ddb0 /emacs.d | |
parent | [bash] add a new alias for git and change EDITOR. (diff) | |
download | emacs.d-dd4a89fa4cb1083064df90f4272c90c11c6ccee5.tar.gz |
[emacs] Add a page for 'ag'.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/packages.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/packages.el b/emacs.d/packages.el index de0ad54..a7106e8 100644 --- a/emacs.d/packages.el +++ b/emacs.d/packages.el @@ -22,6 +22,10 @@ (setq use-package-minimum-reported-time 0 use-package-verbose t) +(use-package ag + :ensure t + :defer t) + (use-package diminish :ensure t :config |