Compare commits

..

2 Commits

Author SHA1 Message Date
Curt Spark 5921b99b2d Global file find command 2026-03-05 20:14:52 +00:00
Curt Spark 01e672b34e Global reminder for all tasks 2026-03-05 20:14:35 +00:00
1 changed files with 3 additions and 0 deletions

View File

@ -266,6 +266,8 @@
;; Notification title and icon
(setq org-wild-notifier-notification-title "Org Reminder")
;(setq org-wild-notifier-notification-icon "/path/to/icon.png")
;; Remind about day-wide events at 10am and 8pm
(setq org-wild-notifier-day-wide-alert-times '("10:00" "20:00"))
;; Alert severity: 'high, 'medium, or 'low
(setq org-wild-notifier--alert-severity 'high)
@ -372,6 +374,7 @@
:config
(define-key global-map [remap isearch-forward] 'consult-ripgrep)
(define-key global-map [remap switch-to-buffer] 'consult-buffer)
(define-key global-map [remap set-fill-column] 'consult-fd)
)
;; Persist history over Emacs restarts. Vertico sorts by history position.