diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-24 07:21:55 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-24 07:21:55 -0400 |
| commit | 91a041f6fdd8f55724de12810eea81e6147e05d7 (patch) | |
| tree | 9de79a215abbb3a1a6ef692bf58fc872dda82f67 /modules/org-agenda-config.el | |
| parent | b0d055460ef7d0bb6b0acec1c2d51fdedd225c56 (diff) | |
| download | dotemacs-91a041f6fdd8f55724de12810eea81e6147e05d7.tar.gz dotemacs-91a041f6fdd8f55724de12810eea81e6147e05d7.zip | |
style(elisp): clear defcustom-group and dead-local byte-compile warnings
Add :type and a containing :group to the three localrepo defcustoms (new localrepo defgroup) and to cj/org-agenda-window-height. Drop the unused `initial` local in the org-contacts completion-at-point function.
Claude-Session: https://claude.ai/code/session_01BqrdWUo9GcznYX2pZr76gZ
Diffstat (limited to 'modules/org-agenda-config.el')
| -rw-r--r-- | modules/org-agenda-config.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/org-agenda-config.el b/modules/org-agenda-config.el index e20c7a6b..3234cc92 100644 --- a/modules/org-agenda-config.el +++ b/modules/org-agenda-config.el @@ -59,7 +59,8 @@ (defcustom cj/org-agenda-window-height 0.75 "Fraction of the selected frame used for the org agenda window." - :type 'number) + :type 'number + :group 'org-agenda) (defun cj/--org-agenda-display-rule () "Return the display-buffer rule for the org agenda buffer." |
