latex: Add snippet for texttt
This commit is contained in:
parent
12624d77d1
commit
429c2f91b2
1 changed files with 5 additions and 0 deletions
5
emacs/.emacs.d/snippets/latex-mode/texttt
Normal file
5
emacs/.emacs.d/snippets/latex-mode/texttt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: texttt
|
||||||
|
# key: tt
|
||||||
|
# --
|
||||||
|
\texttt{$1} $0
|
Loading…
Reference in a new issue