Add anzu
This commit is contained in:
parent
3c8f0c7f98
commit
5d4220f5b4
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue