mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 18:19:03 +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
|