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