Browse Source

Add the ag package

custom
Bozhidar Batsov 5 years ago
parent
commit
bece0d561c
  1. 1
      CHANGELOG.md
  2. 1
      core/prelude-packages.el

1
CHANGELOG.md

@ -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

1
core/prelude-packages.el

@ -55,6 +55,7 @@
(defvar prelude-packages
'(ace-window
ag
avy
anzu
browse-kill-ring

Loading…
Cancel
Save