Compare commits
No commits in common. "5921b99b2dc69ed762432926d091413a2b43b0b3" and "a84cf8bdd7ab499e63c223e0053e50291f3e496c" have entirely different histories.
5921b99b2d
...
a84cf8bdd7
3
init.el
3
init.el
|
|
@ -266,8 +266,6 @@
|
||||||
;; Notification title and icon
|
;; Notification title and icon
|
||||||
(setq org-wild-notifier-notification-title "Org Reminder")
|
(setq org-wild-notifier-notification-title "Org Reminder")
|
||||||
;(setq org-wild-notifier-notification-icon "/path/to/icon.png")
|
;(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
|
;; Alert severity: 'high, 'medium, or 'low
|
||||||
(setq org-wild-notifier--alert-severity 'high)
|
(setq org-wild-notifier--alert-severity 'high)
|
||||||
|
|
@ -374,7 +372,6 @@
|
||||||
:config
|
:config
|
||||||
(define-key global-map [remap isearch-forward] 'consult-ripgrep)
|
(define-key global-map [remap isearch-forward] 'consult-ripgrep)
|
||||||
(define-key global-map [remap switch-to-buffer] 'consult-buffer)
|
(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.
|
;; Persist history over Emacs restarts. Vertico sorts by history position.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue