Bump :editor evil
emacs-evil/evil@d998a81 -> emacs-evil/evil@1b3db63 cute-jumper/evil-embrace.el@4379ade -> cute-jumper/evil-embrace.el@464e8ec cute-jumper/evil-embrace.el#7 was merged, so our hack is no longer needed.
This commit is contained in:
parent
f3748b2977
commit
065d06edbb
2 changed files with 2 additions and 12 deletions
|
@ -277,16 +277,6 @@ directives. By default, this only recognizes C directives.")
|
|||
:config
|
||||
(setq evil-embrace-show-help-p nil)
|
||||
|
||||
;; REVIEW Remove when cute-jumper/evil-embrace.el#7 is merged
|
||||
(pushnew! evil-embrace-evil-surround-keys ?w ?W ?p ?s)
|
||||
(defadvice! +evil-embrace-evil-surround-change-a (orig-fn char &optional outer inner)
|
||||
"Fix csw, csW, css & csp text objects too eagerly deleting regions."
|
||||
:around #'evil-embrace-evil-surround-change
|
||||
(letf! (defun evil-surround-delete (char &optional outer inner)
|
||||
(unless (evil-surround-delete-char-noop-p char)
|
||||
(funcall evil-surround-delete char outer inner)))
|
||||
(funcall orig-fn char outer inner)))
|
||||
|
||||
(defun +evil-embrace-scala-mode-hook-h ()
|
||||
(embrace-add-pair ?$ "${" "}"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue