k1LoW / emacs-cake

Minor Mode for editing CakePHP code in Emacs
http://wiki.github.com/k1LoW/emacs-cake
27 stars 2 forks source link

could break yasnippet #4

Open redguardtoo opened 9 years ago

redguardtoo commented 9 years ago

see https://github.com/capitaomorte/yasnippet/issues/574

You can check how haskell-mode set yas-snippet-dirs

npostavs commented 9 years ago

https://github.com/k1LoW/emacs-cake/blob/a7c9f3bee71eb3865060123d4d98e5397c2f967e/cake.el#L1558-L1559

(defconst cake-snippets-dir (file-name-directory (or (buffer-file-name)
                                                    load-file-name)))

I think the arguments to or should be switched around.