Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save binarytemple-external/6dd67f18e27aabae6545040b3ed9c6bb to your computer and use it in GitHub Desktop.
Save binarytemple-external/6dd67f18e27aabae6545040b3ed9c6bb 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