Skip to content

Instantly share code, notes, and snippets.

@chrisbarrett
Created April 16, 2013 11:07
Show Gist options
  • Save chrisbarrett/5395103 to your computer and use it in GitHub Desktop.
Save chrisbarrett/5395103 to your computer and use it in GitHub Desktop.
An example of an EMR binding
;;; Let-bind variable
(emr-declare-action emr-extract-to-let emacs-lisp-mode "let-bind"
:predicate (not (or (emr--looking-at-definition?)
(emr--looking-at-decl?)
(emr--looking-at-let-binding-symbol?)))
:description "let")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment