Last active
February 25, 2021 12:54
-
-
Save iperdomo/88f3156dbb79fe99bc440d1700bb7162 to your computer and use it in GitHub Desktop.
Akvo's CIDER project configuration
This file contains hidden or 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
((nil . ((cider-ns-refresh-before-fn . "integrant.repl/suspend") | |
(cider-ns-refresh-after-fn . "integrant.repl/resume") | |
(eval . (customize-set-variable 'cider-path-translations | |
(let ((m2 (concat (getenv "HOME") "/.m2"))) | |
(list | |
(cons "/app" (clojure-project-dir)) | |
(cons "/home/akvo/.m2" m2) | |
(cons "/root/.m2" m2)))))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment