20250106.1736195231

This commit is contained in:
fz0x1 2025-01-06 21:27:11 +01:00
parent 82d85f1fcb
commit 4f80048066
2 changed files with 8 additions and 2 deletions

View file

@ -193,6 +193,12 @@
:tree-type week :tree-type week
:empty-lines 0) :empty-lines 0)
;; create a flashcard with the content of the Xorg clipboard
("W" "Word"
entry (file+headline "~/org/english.org" "Words")
"* %x\n** Front\n%x\n** Back\n%^{PROMPT}"
:empty-lines 0)
("w" "Selected web capture" ("w" "Selected web capture"
entry entry
(file+headline "~/org/inbox.org" "Selected web capture") (file+headline "~/org/inbox.org" "Selected web capture")
@ -282,7 +288,7 @@
;; Tag colors ;; Tag colors
(setq org-tag-faces (setq org-tag-faces
'( '(
("@home" . (:foreground "medium Purple1" :weight bold)) ("@home" . (:foreground "medium MediumPurple" :weight bold))
("@outdoor" . (:foreground "royalblue1" :weight bold)) ("@outdoor" . (:foreground "royalblue1" :weight bold))
("@shop" . (:foreground "forest green" :weight bold)) ("@shop" . (:foreground "forest green" :weight bold))
("QA" . (:foreground "sienna" :weight bold)) ("QA" . (:foreground "sienna" :weight bold))

View file

@ -31,5 +31,5 @@ SOURCES = [
name="inbox", name="inbox",
ignored=["*.html", "*.gpg"], ignored=["*.html", "*.gpg"],
), ),
Source(shellcmd.index, "linkding_promnesia.sh", name="linkding"), Source(shellcmd.index, ["linkding_promnesia.sh"], name="linkding"),
] ]