diff options
| author | Luke Hoersten <[email protected]> | 2013-06-24 21:49:23 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2013-06-24 21:49:23 -0500 |
| commit | 7faaf63cfbbf56e98e479fb77e2fa5add71ceaab (patch) | |
| tree | 0691ef3d4450916f06254407ccbf38962a2731c9 | |
| parent | 97c886210647515c893f92ee78fb63c3624c2a30 (diff) | |
Moved snippets
| -rw-r--r-- | init.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
