Update org variables to use-package, add org snippet
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: elisp
|
||||
# key: el
|
||||
# key: <el
|
||||
# --
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
$0
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: source
|
||||
# key: <s
|
||||
# --
|
||||
#+BEGIN_SRC ${1:language}
|
||||
$0
|
||||
#+END_SRC
|
||||
Reference in New Issue
Block a user