File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# key : <e
4
4
# condition : (dix-enclosing-is-mono-section)
5
5
# binding : direct-keybinding
6
- # TODO : remove suffix from <i> after leaving <par>
6
+ # TODO, remove suffix from <i> after leaving <par>
7
7
# --
8
8
<e lm="${ 1 :`(dix-yas-prev-lemma) ` } "> <i>${ 1 :$ (dix-yas-lm-to-i) } </i> <par n="${ 3 :$$ (dix-yas-choose-pdname) } "/></e>
9
9
$0
Original file line number Diff line number Diff line change 3
3
# key : <s
4
4
# binding : direct-keybinding
5
5
# condition : (progn (backward-char 2 ) (member (dix-enclosing-elt 'noerror ) '(" l" " r" " i" " g" )))
6
+ # requires (eval-after-load 'yasnippet '(add-to-list 'yas-key-syntaxes 'dix-yas-skip-backwards-to-key))
7
+ # so that you can expand it after regular letter chars
6
8
# --
7
- # Note: requires (eval-after-load 'yasnippet '(add-to-list 'yas-key-syntaxes 'dix-yas-skip-backwards-to-key))
8
- #so that you can expand it after regular letter chars
9
9
<s n="$1 "/>$0
Original file line number Diff line number Diff line change 2
2
# name : function_docstring
3
3
# key : fd
4
4
# group : definitions
5
+ # Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
5
6
# --
6
- # NOTE: Use minimum indentation, because Emacs 25+ doesn't dedent docstrings.
7
7
def ${ 1 :name } ($2 ):
8
8
\"\"\" $3
9
9
${ 2 :$ (python-args-to-docstring) }
You can’t perform that action at this time.
0 commit comments