Remove reverse-im, minor changes
Add axaml to auto-mode-alist, some modification to org-capture-templates.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user