Initial commit
This commit is contained in:
commit
259795a98d
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…
Reference in a new issue