about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/snippets/org-mode
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-04-11T21·53-0400
committerglittershark <grfn@gws.fyi>2021-04-12T14·45+0000
commit6266c5d32f9ff651fcfc3a4cc0c68e89da56ca65 (patch)
tree5be3967585787c4456e17cb29423770217fdcede /users/glittershark/emacs.d/snippets/org-mode
parent968effb5dc1a4617a0dceaffc70e986abe300c6e (diff)
refactor(users/glittershark): Rename to grfn r/2485
Rename my //users directory and all places that refer to glittershark to
grfn, including nix references and documentation.

This may require some extra attention inside of gerrit's database after
it lands to allow me to actually push things.

Change-Id: I4728b7ec2c60024392c1c1fa6e0d4a59b3e266fa
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2933
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: lukegb <lukegb@tvl.fyi>
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users/glittershark/emacs.d/snippets/org-mode')
-rw-r--r--users/glittershark/emacs.d/snippets/org-mode/SQL source block6
-rw-r--r--users/glittershark/emacs.d/snippets/org-mode/combat13
-rw-r--r--users/glittershark/emacs.d/snippets/org-mode/date5
-rw-r--r--users/glittershark/emacs.d/snippets/org-mode/date-time5
-rw-r--r--users/glittershark/emacs.d/snippets/org-mode/description7
-rw-r--r--users/glittershark/emacs.d/snippets/org-mode/nologdone5
-rw-r--r--users/glittershark/emacs.d/snippets/org-mode/python source block6
-rw-r--r--users/glittershark/emacs.d/snippets/org-mode/reveal6
-rw-r--r--users/glittershark/emacs.d/snippets/org-mode/transaction7
9 files changed, 0 insertions, 60 deletions
diff --git a/users/glittershark/emacs.d/snippets/org-mode/SQL source block b/users/glittershark/emacs.d/snippets/org-mode/SQL source block
deleted file mode 100644
index b5d43fd6bc01..000000000000
--- a/users/glittershark/emacs.d/snippets/org-mode/SQL source block
+++ /dev/null
@@ -1,6 +0,0 @@
-# key: sql
-# name: SQL source block
-# --
-#+BEGIN_SRC sql ${1::async}
-$2
-#+END_SRC
diff --git a/users/glittershark/emacs.d/snippets/org-mode/combat b/users/glittershark/emacs.d/snippets/org-mode/combat
deleted file mode 100644
index ef46062d09b4..000000000000
--- a/users/glittershark/emacs.d/snippets/org-mode/combat
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- mode: snippet -*-
-# name: combat
-# uuid:
-# key: combat
-# condition: t
-# --
-|             | initiative | max hp | current hp | status |      |
-|-------------+------------+--------+------------+--------+------|
-| Barty Barty |            |        |            |        | <--- |
-| Hectoroth   |            |        |            |        |      |
-| Xanadu      |            |        |            |        |      |
-| Aurora      |            |        |            |        |      |
-| EFB         |            |        |            |        |      |
\ No newline at end of file
diff --git a/users/glittershark/emacs.d/snippets/org-mode/date b/users/glittershark/emacs.d/snippets/org-mode/date
deleted file mode 100644
index 297529cdac64..000000000000
--- a/users/glittershark/emacs.d/snippets/org-mode/date
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# key: date
-# name: date.org
-# --
-[`(format-time-string "%Y-%m-%d")`]$0
diff --git a/users/glittershark/emacs.d/snippets/org-mode/date-time b/users/glittershark/emacs.d/snippets/org-mode/date-time
deleted file mode 100644
index fde469276c3f..000000000000
--- a/users/glittershark/emacs.d/snippets/org-mode/date-time
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# name: date-time
-# key: dt
-# --
-[`(format-time-string "%Y-%m-%d %H:%m:%S")`]
\ No newline at end of file
diff --git a/users/glittershark/emacs.d/snippets/org-mode/description b/users/glittershark/emacs.d/snippets/org-mode/description
deleted file mode 100644
index a43bc95cc3ed..000000000000
--- a/users/glittershark/emacs.d/snippets/org-mode/description
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: snippet -*-
-# name: description
-# key: desc
-# --
-:DESCRIPTION:
-$1
-:END:
diff --git a/users/glittershark/emacs.d/snippets/org-mode/nologdone b/users/glittershark/emacs.d/snippets/org-mode/nologdone
deleted file mode 100644
index e5be85d6b3c0..000000000000
--- a/users/glittershark/emacs.d/snippets/org-mode/nologdone
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# name: nologdone
-# key: nologdone
-# --
-#+STARTUP: nologdone$0
\ No newline at end of file
diff --git a/users/glittershark/emacs.d/snippets/org-mode/python source block b/users/glittershark/emacs.d/snippets/org-mode/python source block
deleted file mode 100644
index 247ae51b0b78..000000000000
--- a/users/glittershark/emacs.d/snippets/org-mode/python source block
+++ /dev/null
@@ -1,6 +0,0 @@
-# key: py
-# name: Python source block
-# --
-#+BEGIN_SRC python
-$0
-#+END_SRC
\ No newline at end of file
diff --git a/users/glittershark/emacs.d/snippets/org-mode/reveal b/users/glittershark/emacs.d/snippets/org-mode/reveal
deleted file mode 100644
index 1bdbdfa5dc36..000000000000
--- a/users/glittershark/emacs.d/snippets/org-mode/reveal
+++ /dev/null
@@ -1,6 +0,0 @@
-# key: reveal
-# name: reveal
-# condition: t
-# --
-#+ATTR_REVEAL: :frag ${1:roll-in}
-$0
\ No newline at end of file
diff --git a/users/glittershark/emacs.d/snippets/org-mode/transaction b/users/glittershark/emacs.d/snippets/org-mode/transaction
deleted file mode 100644
index 37f2dd31caff..000000000000
--- a/users/glittershark/emacs.d/snippets/org-mode/transaction
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: snippet -*-
-# name: transaction
-# key: begin
-# --
-BEGIN;
-$0
-ROLLBACK;
\ No newline at end of file