diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-23 18:44:20 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-23 18:44:20 -0600 |
| commit | eb25d26856f82e61257ae5db9846e5fb3269a67a (patch) | |
| tree | 5688ab3938958e054570f881f3bedf179e70e617 | |
| parent | 2f71678ffec510958d2bd237cc686d8f9ad90933 (diff) | |
| download | chime-eb25d26856f82e61257ae5db9846e5fb3269a67a.tar.gz chime-eb25d26856f82e61257ae5db9846e5fb3269a67a.zip | |
Fix docstring grammar and remove double blank line
| -rw-r--r-- | chime.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -616,7 +616,7 @@ for org-agenda-files to be populated)." (defun chime--time= (&rest list) "Compare timestamps. -Comparison is performed by converted each element of LIST onto string +Comparison is performed by converting each element of LIST to a string in order to ignore seconds." (->> list (--map (format-time-string "%Y-%m-%d %H:%M" it)) @@ -1310,7 +1310,6 @@ Combines keyword, tag, and custom predicate blacklists." "chime-predicate-blacklist"))) string-end))) - (defun chime-environment-regex () "Generate regex for environment variables to inject into async process." (macroexpand |
