mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/snippets: remove monkey patch (fix merged upstream)
This commit is contained in:
@ -56,4 +56,3 @@ buggy behavior when <delete> is pressed in an empty field."
|
||||
(sof (marker-position (yas--field-start field))))
|
||||
(when (and field (> (point) sof))
|
||||
(delete-region sof (point)))))
|
||||
|
||||
|
Reference in New Issue
Block a user