Skip to content

Instantly share code, notes, and snippets.

@iperdomo
Last active February 25, 2021 12:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iperdomo/88f3156dbb79fe99bc440d1700bb7162 to your computer and use it in GitHub Desktop.
Save iperdomo/88f3156dbb79fe99bc440d1700bb7162 to your computer and use it in GitHub Desktop.
Akvo's CIDER project configuration
((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