20250204.1738691035
This commit is contained in:
parent
9c73d13cea
commit
0c7242d138
2 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,8 @@
|
||||||
(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)
|
||||||
|
|
||||||
|
(setq org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id)
|
||||||
|
|
||||||
(use-package! org-habit
|
(use-package! org-habit
|
||||||
:after org
|
:after org
|
||||||
:config
|
:config
|
||||||
|
|
|
@ -76,6 +76,7 @@ workrave &
|
||||||
|
|
||||||
# watchdog
|
# watchdog
|
||||||
watchmedo shell-command --pattern='*.org;*.txt;*.md;*.gpg;*.org_archive;*.sh' --recursive --ignore-directories -W --command "~/org/sync.sh" ~/org/ &
|
watchmedo shell-command --pattern='*.org;*.txt;*.md;*.gpg;*.org_archive;*.sh' --recursive --ignore-directories -W --command "~/org/sync.sh" ~/org/ &
|
||||||
|
watchmedo shell-command --pattern='*.journal;*.sh;*.log;*.prices;*.csv' --recursive --ignore-directories -W --command "~/.hledger/sync.sh" ~/.hledger/ &
|
||||||
|
|
||||||
# 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