Skip to content

Instantly share code, notes, and snippets.

@tsloughter
Created September 27, 2012 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tsloughter/3794732 to your computer and use it in GitHub Desktop.
Save tsloughter/3794732 to your computer and use it in GitHub Desktop.
(add-to-list 'load-path (file-truename "<PATH>/projmake-mode"))
(require 'projmake-mode)
(defun projmake-mode-hook ()
(projmake-mode)
(projmake-search-load-project))
(add-hook 'erlang-mode-hook 'projmake-mode-hook)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment