summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
Diffstat (limited to 'home-config')
-rw-r--r--home-config/home-configuration.scm1
-rw-r--r--home-config/nvim/config/init.vim4
2 files changed, 3 insertions, 2 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index f5e58d3..dfa9f01 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -53,6 +53,7 @@
53 "htop" 53 "htop"
54 "curl" 54 "curl"
55 "pandoc" 55 "pandoc"
56 "texlive-bin"
56 "texlive-scheme-basic" 57 "texlive-scheme-basic"
57 "texlive-txfonts" 58 "texlive-txfonts"
58 "texlive-amsfonts" 59 "texlive-amsfonts"
diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim
index 447da4a..1d3903f 100644
--- a/home-config/nvim/config/init.vim
+++ b/home-config/nvim/config/init.vim
@@ -70,8 +70,8 @@ let g:table_mode_header_fillchar='='
70 70
71"pandoc render and open preview 71"pandoc render and open preview
72command Pv AsyncRun zathura '%:r.pdf' 72command Pv AsyncRun zathura '%:r.pdf'
73command Rd silent exec "!pandoc -t pdf -o %:r.pdf --pdf-engine=xelatex --from=markdown+escaped_line_breaks -V geometry:margin=1in %" 73command Rd silent exec "!pandoc -t pdf -o %:r.pdf --from=markdown+escaped_line_breaks -V geometry:margin=1in %"
74command Rr exec "!pandoc -t pdf -o %:r.pdf --pdf-engine=xelatex --from=markdown+escaped_line_breaks -V geometry:margin=1in %" 74command Rr exec "!pandoc -t pdf -o %:r.pdf --from=markdown+escaped_line_breaks -V geometry:margin=1in %"
75 75
76"Auto-rerender markdown files to pdf 76"Auto-rerender markdown files to pdf
77autocmd BufWritePost *.mkd :Rd 77autocmd BufWritePost *.mkd :Rd