Goodbye Helm, hello Ivy

This commit is contained in:
Henrik Lissner 2016-06-04 22:47:20 -04:00
parent e8344945f5
commit bc33e39823
14 changed files with 191 additions and 83 deletions

View file

@ -92,9 +92,12 @@ normal mode if there are no fields."
;;;###autoload
(defun doom/yas-find-file ()
"Browse through snippets folder"
;; FIXME
(interactive)
(doom/ido-find-file (car doom-snippet-dirs)))
(projectile-find-file-in-directory (car yas-snippet-dirs)))
;;;###autoload
(defun doom/yas-ivy-prompt (prompt choices &optional display-fn)
(yas-completing-prompt prompt choices display-fn #'ivy-completing-read))
(provide 'defuns-yasnippet)
;;; nlinum-defuns.el ends here