dactyl-keyboard
dactyl-keyboard copied to clipboard
how do you use this code?
I'd like to tweak things and also understand scad-clj. but being new to the clojure ecosystem I dont understand how to actually use this.
@milkypostman Adereth covers it in https://www.youtube.com/watch?v=uk3A41U0iO4 but you'll probably want some familiarity with using Clojure in Emacs with a REPL first:
The CIDER README in its whole is quite huge, but you need:
- https://github.com/clojure-emacs/cider#installation-via-packageel
- https://github.com/clojure-emacs/cider#connect-to-a-running-nrepl-server
- https://github.com/clojure-emacs/cider#using-cider-mode
To get started. Hope this helps!