202501011735764831
This commit is contained in:
parent
a621173e51
commit
30b8c239bb
2 changed files with 12 additions and 2 deletions
|
@ -91,6 +91,13 @@
|
||||||
(setq org-refile-targets '((org-agenda-files :maxlevel . 3)))
|
(setq org-refile-targets '((org-agenda-files :maxlevel . 3)))
|
||||||
(setq org-refile-use-cache t)
|
(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
|
;; clear cache every 5 minutes
|
||||||
(run-with-idle-timer 300 t (lambda ()
|
(run-with-idle-timer 300 t (lambda ()
|
||||||
(org-refile-cache-clear)
|
(org-refile-cache-clear)
|
||||||
|
@ -107,9 +114,9 @@
|
||||||
(org-roam-directory "~/org/roam/")
|
(org-roam-directory "~/org/roam/")
|
||||||
(org-roam-capture-templates
|
(org-roam-capture-templates
|
||||||
'(("d" "default" plain
|
'(("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"
|
: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
|
(custom-set-faces
|
||||||
'((org-roam-link org-roam-link-current)
|
'((org-roam-link org-roam-link-current)
|
||||||
:foreground "#e24888" :underline t))
|
:foreground "#e24888" :underline t))
|
||||||
|
|
|
@ -71,6 +71,9 @@ clight &
|
||||||
# workrave
|
# workrave
|
||||||
workrave &
|
workrave &
|
||||||
|
|
||||||
|
# activitywatch
|
||||||
|
./activitywatch/aw-qt &
|
||||||
|
|
||||||
# lockscreen
|
# lockscreen
|
||||||
# xss-lock --transfer-sleep-lock -- ~/scripts/bin/lock.sh
|
# xss-lock --transfer-sleep-lock -- ~/scripts/bin/lock.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue