Skip to content

Instantly share code, notes, and snippets.

@donlindsay
Created November 21, 2014 03:09
Show Gist options
  • Save donlindsay/4e190109143ff234e0d0 to your computer and use it in GitHub Desktop.
Save donlindsay/4e190109143ff234e0d0 to your computer and use it in GitHub Desktop.
(define-buffer-button (mxgit-push b
:label "UPLOAD"
:prefix ";;")
(with-current-buffer mx-buttons.el
(goto-char (button-start b))
(cd "~/src/mx-org-rl/")
(interactive-form (
(shell-command "git push origin master" nil)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment