Files
dotfiles/.emacs.d/snippets/emacs-lisp-mode/search-backward-regexp
2017-12-21 17:29:29 +01:00

8 lines
211 B
Plaintext

# -*- mode: snippet; -*-
#contributor: Xah Lee (XahLee.org)
#name: search-backward-regexp
#key: search-backward-regexp
#key: sbr
# --
(search-backward-regexp "$1"${2: ${3:bound}${4: ${5:noerror}${6: count}}})$0