summaryrefslogtreecommitdiffstats
path: root/editors/yasnippet/files/pkg-message.in
blob: c094aa298e603a9edec0fa3413db9bfaee6f884f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

To use YASnippet in Emacs, add the following lines to your ~/.emacs:

  (require 'yasnippet)
  (yas/initialize)
  ;; for the default snippets:
  (yas/load-directory "%%PREFIX%%/share/yasnippet/snippets")

This way you will get a predefined, read-only behavior.

You may also use a different directory with your own snippets, and
copy any required snippets from the default directory.

OpenPOWER on IntegriCloud