1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

several minor quality of life updates

- including better ultisnips for tex
- battery icon changed when unknown
- changing font to intellij-font
This commit is contained in:
TiynGER
2020-04-22 14:55:43 +02:00
parent 1b0249bc38
commit 9929023003
4 changed files with 5 additions and 6 deletions

View File

@@ -54,20 +54,18 @@ endsnippet
snippet ,ol "Enumeration" A
\begin{enumerate}
\item $1
$2
\end{enumerate}
endsnippet
snippet ,ul "Itemization" A
\begin{itemize}
\item $1
$2
\end{itemize}
endsnippet
snippet ,li "List element" A
\item $1
$2
endsnippet
snippet ,ref "Reference" A