Skip to content

Commit

Permalink
fix(evil): temporary disable evil-snipe
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Aug 13, 2023
1 parent d6b01b6 commit ca6ff07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/me-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
(evil-collection-define-key 'normal 'emacs-lisp-mode-map
"gr" 'xref-find-references))))

;; TEMP: Disable `evil-snipe' as it is not working with the new `evil'
(push 'evil-snipe minemacs-disabled-packages)

(use-package evil-snipe
:straight t
:hook (minemacs-after-startup . evil-snipe-mode)
Expand Down

0 comments on commit ca6ff07

Please sign in to comment.