added org snippets
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: emacs-lisp block
|
||||
# key: <el
|
||||
# --
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
$0
|
||||
#+END_SRC
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
# -*- mode: snippet -*-
|
||||
# name: nyqy
|
||||
# key: <ny
|
||||
# --
|
||||
\{\{\{nyqy($1)\}\}\}$0
|
||||
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: python block
|
||||
# key: <py
|
||||
# --
|
||||
#+NAME: $1
|
||||
#+BEGIN_SRC python
|
||||
$0
|
||||
#+END_SRC
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: source block
|
||||
# key: <s
|
||||
# --
|
||||
#+BEGIN_SRC $0
|
||||
|
||||
#+END_SRC
|
||||
Reference in New Issue
Block a user