src.nth.io/

summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2013-06-24 21:49:23 -0500
committerLuke Hoersten <[email protected]>2013-06-24 21:49:23 -0500
commit73b4be610f2be63e44a6fd75fc9a9891a560569f (patch)
tree0691ef3d4450916f06254407ccbf38962a2731c9 /init.el
parent634408264c7b3a5b10b20af5ea597068474d37eb (diff)
Moved snippets
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 1 insertions, 3 deletions
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