Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Last active December 14, 2015 19:59
Show Gist options
  • Save danlamanna/5140608 to your computer and use it in GitHub Desktop.
Save danlamanna/5140608 to your computer and use it in GitHub Desktop.
(add-hook 'magit-mode-hook (lambda()
(require 'magit-svn)
(if (magit-svn-get-ref-info)
(magit-svn-mode))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment