Merge branch 'ruslan' of ssh://charles/mnt/andrew/code/dotfiles into ruslan
authorAndrew Lorimer <andrew@lorimer.id.au>
Mon, 29 Oct 2018 08:15:54 +0000 (19:15 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Mon, 29 Oct 2018 08:15:54 +0000 (19:15 +1100)
atom/.atom/config.cson
zsh/.zshrc
index 2753d6d2b9540fef4790c42892d323ddef2b51ef..5caf11445aa9729390bcb369506bf661e03f3614 100644 (file)
     markdownItConfig: {}
     mathConfig:
       enableLatexRenderingByDefault: true
+      numberEquations: true
+    pandocConfig:
+      pandocArguments: [
+        "--standalone"
+      ]
+      pandocBibliography: true
+      pandocMarkdownFlavor: "markdown-latex_macros"
+      pandocRemoveReferences: false
     previewConfig:
       activatePreviewWithEditor: true
     renderer: "pandoc"
index dc9400db792191ac6c1a73549a2564c6aa721f9e..39ec8338093e3346445e8ddefb64dbfbea56982b 100755 (executable)
@@ -1,6 +1,3 @@
-# Path to oh-my-zsh installation
-export ZSH=/home/andrew/.oh-my-zsh
-
 # ---
 # Keybinds
 # ---