Klimi's new dotfiles with stow.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# -*- mode: snippet; require-final-newline: nil -*-
|
|
# name: <s> element
|
|
# 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
|
|
# --
|
|
<s n="$1"/>$0
|