feature/snippets: refactor, cleanup & stability tweaks
This commit is contained in:
parent
f380cff5c4
commit
29e844c92e
3 changed files with 12 additions and 15 deletions
|
@ -57,7 +57,3 @@ buggy behavior when <delete> is pressed in an empty field."
|
|||
(when (and field (> (point) sof))
|
||||
(delete-region sof (point)))))
|
||||
|
||||
;; TODO move this to ivy
|
||||
;;;###autoload
|
||||
(defun +snippets/ivy-prompt (prompt choices &optional display-fn)
|
||||
(yas-completing-prompt prompt choices display-fn #'ivy-completing-read))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue