Minor changes

This commit is contained in:
Knyffen 2023-10-27 10:12:00 +02:00
parent 0332c28b85
commit e7c411ec77
2 changed files with 2 additions and 1 deletions

View File

@ -961,6 +961,7 @@ augroup END
\ "\\lc": "\\operatorname*{lc}",
\ "\\quo": "\\operatorname*{quo}",
\ "\\rem": "\\operatorname*{rem}",
\ "\\conv": "\\operatorname*{conv}",
\ },
\ },
\ 'uml': {},
@ -1049,7 +1050,7 @@ augroup END
" Julia {{
augroup julia
au FileType julia nnoremap <buffer> <Leader>ll :w <CR> :!julia %:p<CR>
au FileType julia nnoremap <buffer> <Leader>ll :w <CR> :!time julia %:p<CR>
augroup END
" }}

0
install_configfiles.sh Executable file → Normal file
View File