dashboard
repositories
filestore
activity
search
login
main
/
.emacs.d
mirror of
https://github.com/Chizi123/.emacs.d.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Automatic C indentation with clang-format, tab width 8 to try out
Joel Grunbaum
2020-10-26
27d33bcdb6196199cee3334a9e8e440b5f3ed996
[.emacs.d.git]
/
snippets
/
org-mode
/
latex-snippet
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: Latex snippet
# key: <l
# group: code snippets
# --
#+BEGIN_SRC latex
$0
#+END_SRC