From 368b7774d82586d403628408738509cad74c84f6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 22 Oct 2009 05:34:39 +0200 Subject: fixed yasnippet invocation --- emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs b/emacs index aea84ef..e8d2c21 100644 --- a/emacs +++ b/emacs @@ -358,5 +358,6 @@ (global-set-key (kbd "M-X") 'smex) ; snippets +(require 'yasnippet) (yas/initialize) -(yas/load-directory "/usr/share/emacs/etc/yasnippet/snippets") +(yas/load-directory "~/.emacs.d/snippets") -- cgit v1.2.3