aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-calendar.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-09-30 22:57:19 -0400
committerBardofSprites <[email protected]>2024-09-30 22:57:19 -0400
commitb277280c9b95e95ab7b2a6c8dc0fbf080b456ee0 (patch)
treeb910558b04e264f3b36e4451c7b4c4712ef24dc0 /bard-emacs-modules/bard-emacs-calendar.el
parentc0dc97b155ef66ae17e9243bbbd7d4454adbf7ff (diff)
require/provide statements
Diffstat (limited to 'bard-emacs-modules/bard-emacs-calendar.el')
-rw-r--r--bard-emacs-modules/bard-emacs-calendar.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el
index 548ae69..381fc5a 100644
--- a/bard-emacs-modules/bard-emacs-calendar.el
+++ b/bard-emacs-modules/bard-emacs-calendar.el
@@ -1,3 +1,5 @@
+(require 'bard-calendar)
+
(setq org-directory "~/Notes/denote/")
;; symlinked file to shorten denote file name in agenda buffers
(setq org-agenda-files (list "~/Notes/denote/todo.org"))
@@ -15,9 +17,6 @@
'((sequence "TODO(t)" "|" "DONE(d)" "KILLED(k)")
(sequence "MEET(m)" "|" "MET(M)")))
-;; Org Agenda Faces
-(setq org-ellipsis "↲")
-
;;; Org Agenda
;; clock tables