diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-25 15:51:55 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-25 15:51:55 -0400 |
commit | 17aabc4ac3275ef87184fc86367e08ace4b79c17 (patch) | |
tree | a02b7ac04be3593362eb39346b0fa24f6ca05be3 /snippets/python-mode | |
parent | 0fd1efbc0b470d14c783645850c512a20a321c15 (diff) | |
download | emacs.d-17aabc4ac3275ef87184fc86367e08ace4b79c17.tar.gz |
Correct indentation in pymc-file snippet
Lost the "expand-env" line with bb0ba4f.
Diffstat (limited to 'snippets/python-mode')
-rw-r--r-- | snippets/python-mode/pymc-file | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snippets/python-mode/pymc-file b/snippets/python-mode/pymc-file index 65087a8..b78b7db 100644 --- a/snippets/python-mode/pymc-file +++ b/snippets/python-mode/pymc-file @@ -1,6 +1,7 @@ # -*- mode: snippet -*- # name: pymc file # key: pmf +# expand-env: ((yas-indent-line 'fixed)) # -- import pymc as pm |