atom / .atom / config.csonon commit atom setup for mhchem (a41e482)
   1"*":
   2  "":
   3    source:
   4      gfm:
   5        editor:
   6          softWrap: true
   7  "autocomplete-plus":
   8    enableAutoActivation: false
   9  core:
  10    autoHideMenuBar: true
  11    disabledPackages: [
  12      "markdown-preview"
  13      "background-tips"
  14      "github"
  15      "open-on-github"
  16      "autocomplete-plus"
  17      "metrics"
  18    ]
  19    telemetryConsent: "no"
  20  editor:
  21    showIndentGuide: true
  22    softWrap: false
  23  "exception-reporting":
  24    userId: "343a74e6-1403-4eb8-9ead-7927cd45ba3d"
  25  latex:
  26    buildOnSave: true
  27    opener: "custom"
  28    viewerPath: "/usr/bin/evince"
  29  "markdown-preview":
  30    breakOnSingleNewline: true
  31  "markdown-preview-plus":
  32    importPackageStyles: [
  33      "*"
  34    ]
  35    markdownItConfig: {}
  36    mathConfig:
  37      enableLatexRenderingByDefault: true
  38      latexRenderer: "HTML-CSS"
  39      numberEquations: true
  40    pandocConfig:
  41      pandocArguments: [
  42        "--standalone"
  43      ]
  44      pandocBibliography: true
  45      pandocMarkdownFlavor: "markdown-latex_macros"
  46      pandocFilters: [
  47        "/home/andrew/.pandoc/filters/pandoc-chem-struct.py"
  48      ]
  49      pandocMarkdownFlavor: "markdown+latex_macros+raw_tex"
  50      pandocRemoveReferences: false
  51    previewConfig:
  52      activatePreviewWithEditor: true
  53    renderer: "pandoc"
  54    saveConfig:
  55      defaultSaveFormat: "pdf"
  56      saveToPDFOptions:
  57        printSelectionOnly: true
  58    syncConfig:
  59      syncEditorOnPreviewScroll: true
  60      syncPreviewOnChange: true
  61      syncPreviewOnEditorScroll: true
  62  "spell-check":
  63    addKnownWords: true
  64    grammars: [
  65      "source.asciidoc"
  66      "source.gfm"
  67      "text.git-commit"
  68      "text.plain"
  69      "text.plain.null-grammar"
  70      "text.tex.latex"
  71      "text.markdown"
  72    ]
  73    knownWords: [
  74      "Lorimer"
  75      "polyethene"
  76      "fulfill"
  77      "Renewability"
  78    ]
  79    locales: [
  80      "en-AU"
  81    ]
  82  welcome:
  83    showOnStartup: false
  84  whitespace:
  85    ensureSingleTrailingNewline: false
  86".latex.tex.text":
  87  editor:
  88    softWrap: true