Compare commits
No commits in common. "c2989532ad5f175904cf98a2c72662cc66a2cd62" and "6ca04c92b98a05a838f9558fb09de39801cfcead" have entirely different histories.
c2989532ad
...
6ca04c92b9
|
@ -66,6 +66,9 @@
|
|||
(lambda ()
|
||||
(local-set-key (kbd "y") 'kmn/org-habit-with-date)))
|
||||
(setq org-agenda-use-time-grid nil)
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; org-super-agenda
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Set some org agendas/dashboards
|
||||
|
|
28
org/init.el
28
org/init.el
|
@ -72,19 +72,19 @@
|
|||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; org-alert - windows only
|
||||
(when (eq system-type 'windows-nt)
|
||||
(use-package org-alert)
|
||||
(use-package alert-toast :after alert)
|
||||
(alert-define-style 'toast-kmn :title "Windows 10 toast notification"
|
||||
:severity (assq 'normal alert-toast-priorities)
|
||||
:persistent t
|
||||
:notifier #'alert-toast-notify)
|
||||
(setq alert-default-style 'toast-kmn)
|
||||
(setq org-alert-interval 300
|
||||
org-alert-notify-cutoff 15
|
||||
org-alert-notify-after-event-cutoff 86400)
|
||||
(org-alert-enable)
|
||||
)
|
||||
;(when (eq system-type 'windows-nt)
|
||||
;(use-package org-alert)
|
||||
;(use-package alert-toast :after alert)
|
||||
;(alert-define-style 'toast-kmn :title "Windows 10 toast notification"
|
||||
; :severity (assq 'normal alert-toast-priorities)
|
||||
; :persistent t
|
||||
; :notifier #'alert-toast-notify)
|
||||
;(setq alert-default-style 'toast-kmn)
|
||||
;(setq org-alert-interval 300
|
||||
; org-alert-notify-cutoff 15
|
||||
; org-alert-notify-after-event-cutoff 86400)
|
||||
;(org-alert-enable)
|
||||
;)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Update/add auto file handling
|
||||
|
@ -196,7 +196,7 @@
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; origami + super agenda config
|
||||
(defvar ap/org-super-agenda-auto-hide-groups
|
||||
'("Low Priority"))
|
||||
'("Slip Box" "Low Priority"))
|
||||
|
||||
(defun ap/org-super-agenda-origami-fold-default ()
|
||||
"Fold certain groups by default in Org Super Agenda buffer."
|
||||
|
|
Reference in a new issue