Skip to content

Instantly share code, notes, and snippets.

@rlb3
Created March 18, 2013 18:43
Show Gist options
  • Select an option

  • Save rlb3/5189671 to your computer and use it in GitHub Desktop.

Select an option

Save rlb3/5189671 to your computer and use it in GitHub Desktop.
find-file-in-git-repo config
(require 'find-file-in-git-repo)
(defadvice find-file-in-git-repo (around find-file-in-git-repo-around)
"Always look in ulc"
(let ((default-directory "/usr/local/cpanel/"))
ad-do-it))
(ad-activate 'find-file-in-git-repo)
(defalias 'find-file-in-git-repo 'ffg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment