-
-
Save binarytemple-external/6dd67f18e27aabae6545040b3ed9c6bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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