diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/calendar-sync.el | 2 | ||||
| -rw-r--r-- | modules/cj-org-text-lib.el (renamed from modules/cj-org-text.el) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/calendar-sync.el b/modules/calendar-sync.el index 890dd9df..74b2e5c6 100644 --- a/modules/calendar-sync.el +++ b/modules/calendar-sync.el @@ -71,7 +71,7 @@ (require 'cl-lib) (require 'subr-x) -(require 'cj-org-text) +(require 'cj-org-text-lib) (defun calendar-sync--log-silently (format-string &rest args) "Log FORMAT-STRING with ARGS without requiring the full config." diff --git a/modules/cj-org-text.el b/modules/cj-org-text-lib.el index 69224573..45b9ec2e 100644 --- a/modules/cj-org-text.el +++ b/modules/cj-org-text-lib.el @@ -1,4 +1,4 @@ -;;; cj-org-text.el --- Pure helpers for sanitizing external text into Org -*- lexical-binding: t; -*- +;;; cj-org-text-lib.el --- Pure helpers for sanitizing external text into Org -*- lexical-binding: t; -*- ;; Author: Craig Jennings <c@cjennings.net> @@ -54,5 +54,5 @@ nil for nil input." (cj/org-sanitize-property-value (cj/org-sanitize-body-text text))) -(provide 'cj-org-text) -;;; cj-org-text.el ends here +(provide 'cj-org-text-lib) +;;; cj-org-text-lib.el ends here |
