Add the ag package
This commit is contained in:
parent
d3203cbb2f
commit
bece0d561c
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
* Removed deprecated alias `prelude-ensure-module-deps`.
|
||||
* Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4)
|
||||
* Removed `beacon-mode`.
|
||||
* Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration.
|
||||
|
||||
### Bugs fixed
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
|
||||
(defvar prelude-packages
|
||||
'(ace-window
|
||||
ag
|
||||
avy
|
||||
anzu
|
||||
browse-kill-ring
|
||||
|
|
Loading…
Reference in a new issue