Reputation: 5901
I am setting up a new .emacs environment. But with my last setup, the yasnippet menu showed the keybinding. But now it doesn't. It seems very strange. I believe I have the latest version of yasnippet. If I try expanding via a keybinding I already now (like do a "def TAB" in a python buffer) really shows that the keybinding works. But it isn't shown.
This is what I've added to my .emacs file:
; Add Yasnippets
(add-to-list 'load-path
"~/.emacs.d/plugins/yasnippet")
(require 'yasnippet)
(yas/global-mode 1)
And a screenshot:
Upvotes: 4
Views: 410
Reputation: 5867
I am not sure, I have this one also in my .emacs
(yas/initialize)
Upvotes: 0