From 73b4be610f2be63e44a6fd75fc9a9891a560569f Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 24 Jun 2013 21:49:23 -0500 Subject: Moved snippets --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 6d03840..7bf099f 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit v1.2.3