4

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: enter image description here

Niclas Nilsson
  • 5,691
  • 3
  • 30
  • 43

1 Answers1

0

I am not sure, I have this one also in my .emacs

(yas/initialize)

kindahero
  • 5,817
  • 3
  • 25
  • 32