mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-30 22:57:54 +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 |