dactyl-keyboard icon indicating copy to clipboard operation
dactyl-keyboard copied to clipboard

how do you use this code?

Open milkypostman opened this issue 10 years ago • 1 comments

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 avatar Aug 26 '15 05:08 milkypostman

@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!

mathias avatar Dec 18 '15 23:12 mathias