~ruther/emacs.d

d6c2c1e24ff4e969ae3ed7b36d562d5bc697fd61 — Rutherther 10 months ago fce98f1
feat: add evil-anzu
1 files changed, 9 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +9 -0
@@ 606,6 606,15 @@
  :config
  (global-flycheck-mode 1))

;; TODO: what about isearch-lazy-count variable?
;; Added in emacs 27, could be an alternative.
(my-use-package evil-anzu
  :ensure t
  :demand t
  :after evil
  :config
  (global-anzu-mode +1))

;; Vterm
(use-package vterm
  :ensure t

Do not follow this link