Skip to content

Instantly share code, notes, and snippets.

View mozinator's full-sized avatar

Fabian Aussems mozinator

View GitHub Profile
@jasongilman
jasongilman / atom_clojure_setup.md
Last active January 11, 2024 09:13
This describes how I setup Atom for Clojure Development.

Atom Clojure Setup

This describes how I setup Atom for an ideal Clojure development workflow. This fixes indentation on newlines, handles parentheses, etc. The keybinding settings for enter (in keymap.cson) are important to get proper newlines with indentation at the right level. There are other helpers in init.coffee and keymap.cson that are useful for cutting, copying, pasting, deleting, and indenting Lisp expressions.

Install Atom

Download Atom

The Atom documentation is excellent. It's highly worth reading the flight manual.

@rogerallen
rogerallen / notes.txt
Last active November 9, 2017 23:26
Jetson TK1 scsynth/overtone notes
Followed basic outline here:
http://supercollider.github.io/development/building-beagleboneblack.html
**********
Need to disconnect Pulseaudio (for now)
http://www.linuxplanet.com/linuxplanet/tutorials/7130/2
sudo vi /etc/pulse/client.conf
autospawn = no
daemon-binary = /bin/true