Remove reverse-im, minor changes

Add axaml to auto-mode-alist, some modification to org-capture-templates.
This commit is contained in:
2025-07-06 14:32:21 +09:00
parent b34f9ba071
commit 7526429b00
3 changed files with 13 additions and 12 deletions

View File

@@ -63,8 +63,18 @@
(setq org-capture-templates
;; other capture templates
`(("s" "Slipbox" entry (file "~/data2/Notes/inbox.org")
"* %?\n")))
`(("s"
"Slipbox"
entry
(file
"~/data2/Notes/inbox.org")
"* %?\n")
("w"
"Sentence list"
plain
(file+headline
"~/data2/Notes/inbox.org" "Words")
#'tatoeba-get-capture-template)))
;; This package adds flashcard functionality to org files.
(use-package org-fc