mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/snippets: refactor, cleanup & stability tweaks
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user