Emacs config optimizations

This commit is contained in:
Emmet 2024-01-01 21:54:01 -06:00
parent 5d4f2d6536
commit 4eb54c3fe6
2 changed files with 3 additions and 7 deletions

View file

@ -903,7 +903,6 @@ tasks."
"V" 'kill-org-roam-ui)
;;;------ Org agenda configuration ------;;;
;; Set span for agenda to be just daily
(setq org-agenda-span 1
org-agenda-start-day "+0d"
@ -922,7 +921,6 @@ tasks."
'(org-super-agenda-header :inherit custom-button :weight bold :height 1.05)
)
;; Toggle completed entries function
(defun org-agenda-toggle-completed ()
(interactive)