Skip to content

Instantly share code, notes, and snippets.

@dhaley
Created June 4, 2013 15:51
Show Gist options
  • Save dhaley/5707041 to your computer and use it in GitHub Desktop.
Save dhaley/5707041 to your computer and use it in GitHub Desktop.
php-auto-yasnippet config
(use-package php-auto-yasnippets
:config
(progn
(setq php-auto-yasnippet-php-program
"/Users/daha1836/.emacs.d/site-lisp/php-auto-yasnippets/Create-PHP-YASnippet.php")
(define-key php-mode-map (kbd "C-c C-y") 'yas/create-php-snippet)
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment