Initial commit

This commit is contained in:
Akko
2023-03-16 18:05:48 +01:00
commit 72dd42c792
8 changed files with 1654 additions and 0 deletions

12
snippets/org-mode/__blog Normal file
View File

@@ -0,0 +1,12 @@
# -*- time-stamp-active: nil; -*-
# name: blog
# uuid: __blog
# trigger: __blog
# condition: t
# --
#+TITLE: $1
#+DATE: `(akko/org-current-time-string)`
* $1
$0

9
snippets/org-mode/sb Normal file
View File

@@ -0,0 +1,9 @@
# name: sourceblock
# uuid: __sb
# trigger: sb
# condition: t
# --
#+BEGIN_SRC $1
$0
#+END_SRC