From b874f3f4bc6515dcb2766b59dfa4befbe66eee54 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 12 Oct 2025 14:41:58 -0500 Subject: maint: remaining custom functions grouped into separate modules --- init.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 413ccf671..d702678c1 100644 --- a/init.el +++ b/init.el @@ -22,8 +22,15 @@ ;; -------------------------- Utilities And Libraries -------------------------- -(require 'custom-functions) ;; custom function library w/ keybindings +(require 'custom-case) ;; operations for upper/lower/title case +(require 'custom-comments) ;; operations with comments +(require 'custom-datetime) ;; date/timestamps in various formats (require 'custom-file-buffer) ;; custom buffer and file operations and keymap +(require 'custom-line-paragraph) ;; operations on lines and paragraphs +(require 'custom-misc) ;; miscellaneous functions +(require 'custom-ordering) ;; ordering and sorting operations +(require 'custom-text-enclose) ;; operations to append, prepend, and surround text +(require 'custom-whitespace) ;; whitespace operations (require 'external-open) ;; files to open outside of Emacs (require 'media-utils) ;; download and play urls -- cgit v1.2.3