Skip to content

Commit

Permalink
adds tee kim to type
Browse files Browse the repository at this point in the history
  • Loading branch information
jvscholz committed Sep 21, 2024
1 parent fc916e7 commit 80d09cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
("g" "Genki Note" plain "%?"
:if-new (file+head "reference/Genki/${slug}.org"
"#+title: ${title}\n#+date: %U\n")
:unnarrowed t)
("k" "Tae Kim's Guide to Japanese Grammar" plain "%?"
:if-new (file+head "reference/TaeKim/${slug}.org"
"#+title: ${title}\n#+date: %U\n")
:unnarrowed t)))

(use-package org-roam
Expand Down

0 comments on commit 80d09cf

Please sign in to comment.