diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-23 05:14:15 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-23 05:14:21 -0600 |
| commit | 6ec4857d0c4c1f43b42bb83c355e150f1aabd4d8 (patch) | |
| tree | fc4fffbdf39d9d306bfe87bf5652908ffad28748 /modules/org-agenda-config.el | |
| parent | df7cd0e30a2f338948a84c023422252c5f7ad63b (diff) | |
chore: rename chime.el references to Chime
Update load-path, GitHub URL, and all project/package name
references to reflect the chime.el → Chime rename.
Diffstat (limited to 'modules/org-agenda-config.el')
| -rw-r--r-- | modules/org-agenda-config.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/org-agenda-config.el b/modules/org-agenda-config.el index 9d382750..36a3c139 100644 --- a/modules/org-agenda-config.el +++ b/modules/org-agenda-config.el @@ -331,10 +331,10 @@ This allows a line to show in an agenda without being scheduled or a deadline." ;; Install CHIME from GitHub using use-package :vc (Emacs 29+) (use-package chime :demand t - ;; :vc (:url "https://github.com/cjennings/chime.el" :rev :newest) ;; using latest on github - :after alert ; Removed org-agenda - chime.el requires it internally + ;; :vc (:url "https://github.com/cjennings/chime" :rev :newest) ;; using latest on github + :after alert ; Removed org-agenda - Chime requires it internally :ensure nil ;; using local version - :load-path "~/code/chime.el" + :load-path "~/code/chime" :init ;; Initialize org-agenda-files with base files before chime loads ;; The full list will be built asynchronously later |
