Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Created January 7, 2017 03:08
Show Gist options
  • Save lee-dohm/3ba133a46365036d18ce476ab1071284 to your computer and use it in GitHub Desktop.
Save lee-dohm/3ba133a46365036d18ce476ab1071284 to your computer and use it in GitHub Desktop.
Atom Style Tweak - Prevent the cursor from blinking
atom-text-editor::shadow {
.cursors.blink-off .cursor {
opacity: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment