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.

8 lines
388 B

4 years ago
  1. # -*- mode: snippet; require-final-newline: nil -*-
  2. # name: <s> element
  3. # key: <s
  4. # binding: direct-keybinding
  5. # 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
  8. # --
  9. <s n="$1"/>$0