20250106.1736195231
This commit is contained in:
parent
82d85f1fcb
commit
4f80048066
2 changed files with 8 additions and 2 deletions
|
@ -193,6 +193,12 @@
|
|||
:tree-type week
|
||||
: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"
|
||||
entry
|
||||
(file+headline "~/org/inbox.org" "Selected web capture")
|
||||
|
@ -282,7 +288,7 @@
|
|||
;; Tag colors
|
||||
(setq org-tag-faces
|
||||
'(
|
||||
("@home" . (:foreground "medium Purple1" :weight bold))
|
||||
("@home" . (:foreground "medium MediumPurple" :weight bold))
|
||||
("@outdoor" . (:foreground "royalblue1" :weight bold))
|
||||
("@shop" . (:foreground "forest green" :weight bold))
|
||||
("QA" . (:foreground "sienna" :weight bold))
|
||||
|
|
|
@ -31,5 +31,5 @@ SOURCES = [
|
|||
name="inbox",
|
||||
ignored=["*.html", "*.gpg"],
|
||||
),
|
||||
Source(shellcmd.index, "linkding_promnesia.sh", name="linkding"),
|
||||
Source(shellcmd.index, ["linkding_promnesia.sh"], name="linkding"),
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue