Skip to content

Instantly share code, notes, and snippets.

@tumf
Created March 20, 2011 07:45
Show Gist options
  • Save tumf/878182 to your computer and use it in GitHub Desktop.
Save tumf/878182 to your computer and use it in GitHub Desktop.
git-nowするelisp
;; git-now
;; http://d.hatena.ne.jp/sinsoku/20101208/1291770514
(defun git-now ()
(interactive)
(save-buffer)
(shell-command "git-now"))
(global-set-key "\C-x\C-s" 'git-now)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment