Simplify keys for org-mode source block snippets
This commit is contained in:
parent
8b1d672215
commit
62148f96ca
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- mode: snippet -*-
|
# -*- mode: snippet -*-
|
||||||
# name: Start emacs source block
|
# name: Start emacs source block
|
||||||
# key: se>
|
# key: se
|
||||||
# --
|
# --
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- mode: snippet -*-
|
# -*- mode: snippet -*-
|
||||||
# name: Org source code block
|
# name: Org source code block
|
||||||
# key: s>
|
# key: s
|
||||||
# --
|
# --
|
||||||
|
|
||||||
#+BEGIN_SRC
|
#+BEGIN_SRC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue