Update org variables to use-package, add org snippet

This commit is contained in:
Riyyi
2020-07-28 02:24:58 +02:00
parent d67af4c41d
commit e20f7494fc
3 changed files with 32 additions and 25 deletions
+7
View File
@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: source
# key: <s
# --
#+BEGIN_SRC ${1:language}
$0
#+END_SRC