Skip to content

Commit

Permalink
fix(evil): temporary disable evil-escape
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 24, 2023
1 parent a116b7b commit 22f9a6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/me-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
(use-package evil-escape
:straight t
:hook (evil-mode . evil-escape-mode)
;; TEMP: Disable `evil-escape', it is not working in Emacs 29. Pressing "k" or
;; "j" in insert state adds "kk" or "jj" and signals (invalid-function "kj").
;; Spotted on Emacs built after 786de66ec3c4cff90cafd0f8a68f9bce027e9947
:disabled
:custom
;; The default "fd" interfere with the "f" (bound to `evil-snipe-f') binding.
(evil-escape-key-sequence "kj")
Expand Down

0 comments on commit 22f9a6d

Please sign in to comment.