lucasmazza / copy-as-rtf

A package to export highlighted code as RTF
Other
19 stars 14 forks source link

Settings not saved #14

Closed erikng closed 8 years ago

erikng commented 9 years ago

Every time I open a new project in Atom, I lose my settings.

thbar commented 8 years ago

It happened to me but I realized that I was providing incorrect input like this:

  "copy-as-rtf": {
    fontsize: 40
    style: "monokai"
    fontface: "Monaco"
  }

instead of:

  "copy-as-rtf":
    fontsize: 40
    style: "monokai"
    fontface: "Monaco"
thbar commented 8 years ago

Correction: apparently it appeared to be working, but I also lost my config afterwards!

lucasmazza commented 8 years ago

Closed by #18.