mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(emacs): org snippets
This commit is contained in:
parent
f4e142e83e
commit
9b19b8b834
5 changed files with 16 additions and 4 deletions
7
tools/emacs.d/snippets/org-mode/begin_quote
Normal file
7
tools/emacs.d/snippets/org-mode/begin_quote
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: begin_quote
|
||||
# key: quote
|
||||
# --
|
||||
#+BEGIN_QUOTE
|
||||
$1
|
||||
#+END_QUOTE
|
||||
Loading…
Add table
Add a link
Reference in a new issue