关于 yas-installed-snippets-dir 的bug

;; ~/.emacs.d/elpa/yasnippet-xxxxx/snippets
 (push 'yas-installed-snippets-dir yas-snippet-dirs)

syl20bnr/spacemacs 的这个问题怎么一直不解决呢?

什么bug?

应该是:

(push yas-installed-snippets-dir yas-snippet-dirs)

直接提 issue/PR 吧。。这边也没人能修复这个问题啊。

不是 bug 吧。关于 yas-snippet-dirs 的说明:

List of top-level snippet directories.

Each element, a string or a symbol whose value is a string, designates a top-level directory where per-mode snippet directories can be found.