diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-10-22 05:34:39 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-10-22 05:34:39 +0200 |
commit | 368b7774d82586d403628408738509cad74c84f6 (patch) | |
tree | ae41e3d50cbe590008ba5e3e9cadbbd01e0cb68d /emacs | |
parent | c13334d651b13d8b047cb3dc35ad3e1ef239013f (diff) | |
download | dotfiles-368b7774d82586d403628408738509cad74c84f6.tar.gz dotfiles-368b7774d82586d403628408738509cad74c84f6.tar.xz dotfiles-368b7774d82586d403628408738509cad74c84f6.zip |
fixed yasnippet invocation
Diffstat (limited to '')
-rw-r--r-- | emacs | 3 | ||||
-rw-r--r-- | emacs.elc | bin | 16421 -> 16424 bytes |
2 files changed, 2 insertions, 1 deletions
@@ -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") Binary files differ |