Moved snippets
authorLuke Hoersten <Luke@Hoersten.org>
Mon, 24 Jun 2013 21:49:23 -0500
changeset 56 7446c9ffe828
parent 55 d4adcd3d5ef9
child 57 e35be98bd58c
Moved snippets
init.el
--- a/init.el	Mon Jun 24 21:39:26 2013 -0500
+++ b/init.el	Mon Jun 24 21:49:23 2013 -0500
@@ -169,9 +169,7 @@
 
 ;;; yasnippets
 (setq-default yas-prompt-functions '(yas-ido-prompt yas-dropdown-prompt)) ; use ido for multiple snippets
-(setq-default yas-snippet-dirs
-              '("~/.emacs.d/thirdparty/yasnippet/snippets"
-                "~/.emacs.d/thirdparty/snippets"))
+(setq-default yas-snippet-dirs '("~/.emacs.d/snippets"))
 (yas-global-mode t)
 
 ;;; java-mode