Skip to content

Atom instructions

Matt Oakes edited this page Dec 22, 2015 · 21 revisions

To enable ligatures, Menu → Open your stylesheet and add text-rendering to atom-text-editor:

atom-text-editor {
  text-rendering: optimizeLegibility;
}

You’ll need Atom 1.1 or newer.

Beware that in some syntaxes selected ligatures might not work. This is usually a syntax parser/tokenization issue (e.g. -> breaks into two symbols by JS/Ruby syntax highlighter). See issues #63 and #69

Clone this wiki locally