Skip to content

Commit

Permalink
move Note to not make it parse
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCrotti committed Oct 14, 2024
1 parent f9d12a9 commit f03e5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/dix-mode/s
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# key: <s
# binding: direct-keybinding
# condition: (progn (backward-char 2) (member (dix-enclosing-elt 'noerror) '("l" "r" "i" "g")))
#Note: requires (eval-after-load 'yasnippet '(add-to-list 'yas-key-syntaxes 'dix-yas-skip-backwards-to-key))
#so that you can expand it after regular letter chars
# --
# Note: requires (eval-after-load 'yasnippet '(add-to-list 'yas-key-syntaxes 'dix-yas-skip-backwards-to-key))
#so that you can expand it after regular letter chars
<s n="$1"/>$0

0 comments on commit f03e5a5

Please sign in to comment.