Skip to content

Commit

Permalink
custom handling for deft causes duplicate inserts
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmtaylor authored and syl20bnr committed Mar 13, 2016
1 parent 0039182 commit 58ec625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evil-escape.el
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ with a key sequence."
"Delete character while taking into account mode specifities."
(pcase major-mode
(`term-mode (call-interactively 'term-send-backspace))
(`deft-mode (call-interactively 'deft-filter-increment))
(_ (cond
((bound-and-true-p isearch-mode) (isearch-delete-char))
(t (evil-escape--delete-func))))))
Expand Down

0 comments on commit 58ec625

Please sign in to comment.