202501011735764831

This commit is contained in:
fz0x1 2025-01-01 21:53:51 +01:00
parent a621173e51
commit 30b8c239bb
2 changed files with 12 additions and 2 deletions

View file

@ -91,6 +91,13 @@
(setq org-refile-targets '((org-agenda-files :maxlevel . 3)))
(setq org-refile-use-cache t)
(use-package! org-habit
:after org
:config
(setq org-habit-following-days 7
org-habit-preceding-days 35
org-habit-show-habits t) )
;; clear cache every 5 minutes
(run-with-idle-timer 300 t (lambda ()
(org-refile-cache-clear)
@ -107,9 +114,9 @@
(org-roam-directory "~/org/roam/")
(org-roam-capture-templates
'(("d" "default" plain
"%?\n\n\n* Related:\n\n* References:\n"
"%?\n\n\n* Key Features\n* Problems\n* Impact\n* Related:\n\n* References:\n"
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
"#+title: ${title}\n#+filetags:\n"))))
"#+title: ${title}\n#+filetags:\n#+date: %U\n"))))
(custom-set-faces
'((org-roam-link org-roam-link-current)
:foreground "#e24888" :underline t))

View file

@ -71,6 +71,9 @@ clight &
# workrave
workrave &
# activitywatch
./activitywatch/aw-qt &
# lockscreen
# xss-lock --transfer-sleep-lock -- ~/scripts/bin/lock.sh