Created
June 4, 2013 15:51
-
-
Save dhaley/5707041 to your computer and use it in GitHub Desktop.
php-auto-yasnippet config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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