Skip to content

Instantly share code, notes, and snippets.

@imakado
Created September 8, 2009 02:24
Show Gist options
  • Save imakado/182674 to your computer and use it in GitHub Desktop.
Save imakado/182674 to your computer and use it in GitHub Desktop.
(defun ac-yasnippet-candidate ()
(require 'yasnippet)
(let ((table (first (yas/get-snippet-tables major-mode))))
(if table
(ac-yasnippet-candidate-1 table))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment