Initial commit
This commit is contained in:
commit
259795a98d
3 changed files with 2668 additions and 0 deletions
BIN
assets/vanilla_emacs.png
Normal file
BIN
assets/vanilla_emacs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 361 KiB |
2660
config.org
Normal file
2660
config.org
Normal file
File diff suppressed because it is too large
Load diff
8
snippets/org-mode/begin
Normal file
8
snippets/org-mode/begin
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: latex-begin
|
||||||
|
# uuid: latex-begin
|
||||||
|
# key: begin
|
||||||
|
# --
|
||||||
|
\begin{${1:equation*}}
|
||||||
|
$0
|
||||||
|
\end{$1}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue