Created
December 14, 2012 21:03
-
-
Save bdionne/4288663 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
(defun erlang-flymake-bigcouch-get-include-dirs () | |
(list (concat (erlang-flymake-get-app-dir) "include") | |
"/Users/bitdiddle/emacs/dbcore/deps" | |
"/Users/bitdiddle/emacs/dbcore/apps" | |
"/Users/bitdiddle/emacs/couchdb/src" | |
"/Users/bitdiddle/emacs/couchdb/src/couchdb" | |
"/Users/bitdiddle/emacs" | |
)) | |
(setq erlang-flymake-get-include-dirs-function | |
'erlang-flymake-bigcouch-get-include-dirs) | |
(erlang-flymake-only-on-save) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment