atom / .atom / config.csonon commit pandoc filters and xcursor_theme (a3d91b5)
   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      pandocFilters: [
  46        "/home/andrew/.pandoc/filters/chem.py"
  47      ]
  48      pandocMarkdownFlavor: "markdown+latex_macros+raw_tex"
  49      pandocRemoveReferences: false
  50    previewConfig:
  51      activatePreviewWithEditor: true
  52    renderer: "pandoc"
  53    saveConfig:
  54      defaultSaveFormat: "pdf"
  55      saveToPDFOptions:
  56        printSelectionOnly: true
  57    syncConfig:
  58      syncEditorOnPreviewScroll: true
  59      syncPreviewOnChange: true
  60      syncPreviewOnEditorScroll: true
  61  "spell-check":
  62    addKnownWords: true
  63    grammars: [
  64      "source.asciidoc"
  65      "source.gfm"
  66      "text.git-commit"
  67      "text.plain"
  68      "text.plain.null-grammar"
  69      "text.tex.latex"
  70      "text.markdown"
  71    ]
  72    knownWords: [
  73      "Lorimer"
  74      "polyethene"
  75      "fulfill"
  76      "Renewability"
  77    ]
  78    locales: [
  79      "en-AU"
  80    ]
  81  welcome:
  82    showOnStartup: false
  83  whitespace:
  84    ensureSingleTrailingNewline: false
  85".latex.tex.text":
  86  editor:
  87    softWrap: true