mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 10:57:58 +00:00
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: Org mode basic block
|
||
|
# key: begin
|
||
|
# --
|
||
|
#+begin_$1
|
||
|
$0
|
||
|
#+end_$1
|