Skip to content

Instantly share code, notes, and snippets.

@donlindsay
Created November 21, 2014 04:25
Show Gist options
  • Save donlindsay/304b3c4f09cec4a51784 to your computer and use it in GitHub Desktop.
Save donlindsay/304b3c4f09cec4a51784 to your computer and use it in GitHub Desktop.
(define-buffer-button (elisp-eval b
:label "<- Eval"
:prefix ";;")
(save-excursion
(goto-char (button-start b))
(eval-last-sexp nil)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment