summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/init.el b/init.el
index 413ccf67..d702678c 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