emacs: add anzu
This commit is contained in:
parent
acec37c252
commit
3986f2a803
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@
|
|||
(package-install 'undo-tree)
|
||||
(global-undo-tree-mode)
|
||||
|
||||
;; isearch match count
|
||||
(package-install 'anzu)
|
||||
(global-anzu-mode)
|
||||
|
||||
;; highlight colours
|
||||
(package-install 'rainbow-mode)
|
||||
(add-hook 'prog-mode-hook 'rainbow-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue