簡介
Yasnippet 是一個讓emacs變成和textmate一樣好玩的elisp
下載處 yaSnippet
作者很用心幫懶人準備好了yasnippet-bundle, 假如你覺得自己可能不久後 可能會自己寫snippet加入, 那還是建議下載正式版本研究一下.
安裝
- bundle版本
(add-to-list 'load-path "~/.emacs.d/plugins")
- 正常版本
(require 'yasnippet) ;; not yasnippet-bundle (yas/initialize) (yas/load-directory "/path/to/the/snippets/directory/")
沒有留言:
張貼留言