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
;; If using el-get | |
(add-to-list 'el-get-sources | |
'(:name magit | |
:after (lambda () | |
(defun magit-browse-github (commit) | |
"Open a browser pointing to the tracked branch on GitHub. | |
With prefix argument, go to the commit HEAD is at." | |
(interactive "p") |