Fix snippet prompt on multiple valid keys (#1922)

This commit is contained in:
Eivind Fonn 2015-11-08 22:14:42 +01:00
parent 4969833cb2
commit ee2442d8ce

View file

@ -213,6 +213,10 @@
(define-key yas-minor-mode-map
(kbd "M-s-/") 'yas-next-field)
;; on multiple keys, fall back to completing read
;; typically this means helm
(setq yas-prompt-functions '(yas-completing-prompt))
;; add key into candidate list
(setq helm-yas-display-key-on-candidate t)
(setq spacemacs--auto-completion-dir