This repository has been archived on 2025-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dotfiles/general/.emacs.d/snippets/org-mode/src.yasnippet
2021-02-07 17:36:52 +01:00

9 lines
158 B
Plaintext

# -*- mode: snippet -*-
# name: SRC
# key: SRC
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region nil))
# --
#+BEGIN_SRC emacs-lisp
$0
#+END_SRC