Created
November 21, 2014 03:09
-
-
Save donlindsay/4e190109143ff234e0d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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