Skip to content

Instantly share code, notes, and snippets.

@bowmanmc
bowmanmc / init.coffee
Last active January 9, 2017 14:21
Atom on Windows - add emacs-lite keybindings (mimic mac behavior)
atom.commands.add 'atom-text-editor', 'custom:cut-copy-line', ->
editor = atom.workspace.getActiveTextEditor()
editor.selectLinesContainingCursors()
editor.cutSelectedText()
@bowmanmc
bowmanmc / Animated_Ohio_Map
Last active August 29, 2015 14:11
Animated Ohio Map with Counties
We couldn’t find that file to show.
@bowmanmc
bowmanmc / Animated_Ohio_Outline
Last active August 29, 2015 14:10
Animated Outline of Ohio Map
We couldn’t find that file to show.
@bowmanmc
bowmanmc / Clipped_Label_on_Map
Last active August 29, 2015 14:10
Ohio Map with Clipped Label
We couldn’t find that file to show.