From b277280c9b95e95ab7b2a6c8dc0fbf080b456ee0 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:57:19 -0400 Subject: require/provide statements --- bard-emacs-modules/bard-emacs-calendar.el | 5 ++--- bard-emacs-modules/bard-emacs-completion.el | 2 +- bard-emacs-modules/bard-emacs-email.el | 2 ++ 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'bard-emacs-modules') 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 diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el index 595701f..89e5021 100644 --- a/bard-emacs-modules/bard-emacs-completion.el +++ b/bard-emacs-modules/bard-emacs-completion.el @@ -122,7 +122,7 @@ (("C-," . bard-embark-act-no-quit) ("C-." . bard-embark-act-quit)) :config - + (require 'bard-embark) (setq embark-keymap-alist '((buffer bard-embark-buffer-map) (command bard-embark-command-map) diff --git a/bard-emacs-modules/bard-emacs-email.el b/bard-emacs-modules/bard-emacs-email.el index 0d14f20..9e8b634 100644 --- a/bard-emacs-modules/bard-emacs-email.el +++ b/bard-emacs-modules/bard-emacs-email.el @@ -1,3 +1,5 @@ +(require 'bard-email) + ;; General `notmuch' ui configuration (use-package notmuch -- cgit v1.2.3