This commit is contained in:
Bozhidar Batsov 2013-09-27 12:35:04 +03:00
parent 3c8f0c7f98
commit 5d4220f5b4
2 changed files with 6 additions and 1 deletions

View file

@ -285,6 +285,11 @@ The body of the advice is in BODY."
(projectile-global-mode t) (projectile-global-mode t)
(diminish 'projectile-mode "Prjl") (diminish 'projectile-mode "Prjl")
;; anzu-mode enhances isearch by showing total matches and current match position
(require 'anzu)
(diminish 'anzu-mode)
(global-anzu-mode)
(require 'helm-misc) (require 'helm-misc)
(require 'helm-projectile) (require 'helm-projectile)

View file

@ -41,7 +41,7 @@
(package-initialize) (package-initialize)
(defvar prelude-packages (defvar prelude-packages
'(ace-jump-mode ack-and-a-half dash diminish elisp-slime-nav '(ace-jump-mode ack-and-a-half anzu dash diminish elisp-slime-nav
expand-region flx-ido flycheck gist expand-region flx-ido flycheck gist
git-commit-mode gitconfig-mode gitignore-mode grizzl git-commit-mode gitconfig-mode gitignore-mode grizzl
guru-mode helm helm-projectile ido-ubiquitous guru-mode helm helm-projectile ido-ubiquitous