set indentation for vhdl

This commit is contained in:
Julin S 2022-03-07 10:46:42 +05:30
parent 98c91b5ee6
commit d656cf1626
2 changed files with 6 additions and 1 deletions

View File

@ -211,7 +211,9 @@
; Allow org export to beamer
(require 'ox-beamer)
; (setq org-latex-to-pdf-process (list "latexmk -pdf %f"))
(setq org-latex-compiler "xelatex")
(setq org-latex-pdf-process (list "latexmk -xelatex %f"))
;(eval-after-load "ox-latex"
;
; ;; update the list of LaTeX classes and associated header (encoding, etc.)

View File

@ -92,3 +92,6 @@ autocmd filetype tex nnoremap <Leader>i ciw\textit{<Esc>pa}<Esc>
" textbf
autocmd filetype tex nnoremap <Leader>b ciw\textbf{<Esc>pa}<Esc>
" vhdl
autocmd FileType vhdl setlocal shiftwidth=2 softtabstop=2 expandtab