forked from colonelpanic/dotfiles
Squashed 'dotfiles/emacs.d/snippets/org-mode/' content from commit 63d0bbd
git-subtree-dir: dotfiles/emacs.d/snippets/org-mode git-subtree-split: 63d0bbd9629b3a07a56c61dded5502484ee53d1a
This commit is contained in:
9
block.yasnippet
Normal file
9
block.yasnippet
Normal file
@@ -0,0 +1,9 @@
|
||||
# name : #+begin_...#+end_
|
||||
# expand-env: ((yas/indent-line 'fixed) (yas/wrap-around-region 'nil))
|
||||
# condition: (or (= (current-column) 5) (= (current-column) 0))
|
||||
# key: block
|
||||
# binding: C-c y b
|
||||
# --
|
||||
#+BEGIN_$1 $2
|
||||
$0
|
||||
#+END_$1
|
Reference in New Issue
Block a user