src.nth.io/

summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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