atom / .atom / config.csonon commit add words to dictionary (de5e1b0)
   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      numberEquations: true
  39    pandocConfig:
  40      pandocArguments: [
  41        "--standalone"
  42      ]
  43      pandocBibliography: true
  44      pandocMarkdownFlavor: "markdown-latex_macros"
  45      pandocRemoveReferences: false
  46    previewConfig:
  47      activatePreviewWithEditor: true
  48    renderer: "pandoc"
  49    saveConfig:
  50      defaultSaveFormat: "pdf"
  51      saveToPDFOptions:
  52        printSelectionOnly: true
  53    syncConfig:
  54      syncEditorOnPreviewScroll: true
  55      syncPreviewOnChange: true
  56      syncPreviewOnEditorScroll: true
  57  "spell-check":
  58    addKnownWords: true
  59    grammars: [
  60      "source.asciidoc"
  61      "source.gfm"
  62      "text.git-commit"
  63      "text.plain"
  64      "text.plain.null-grammar"
  65      "text.tex.latex"
  66      "text.markdown"
  67    ]
  68    knownWords: [
  69      "Lorimer"
  70      "polyethene"
  71      "fulfill"
  72      "Renewability"
  73    ]
  74    locales: [
  75      "en-AU"
  76    ]
  77  welcome:
  78    showOnStartup: false
  79  whitespace:
  80    ensureSingleTrailingNewline: false
  81".latex.tex.text":
  82  editor:
  83    softWrap: true