Skip to content

Commit f03e5a5

Browse files
committed
move Note to not make it parse
1 parent f9d12a9 commit f03e5a5

File tree

1 file changed

+2
-2
lines changed
  • snippets/dix-mode

1 file changed

+2
-2
lines changed

snippets/dix-mode/s

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# key: <s
44
# binding: direct-keybinding
55
# condition: (progn (backward-char 2) (member (dix-enclosing-elt 'noerror) '("l" "r" "i" "g")))
6-
#Note: 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
86
# --
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
99
<s n="$1"/>$0

0 commit comments

Comments
 (0)