aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-12 12:09:36 -0500
committerCraig Jennings <c@cjennings.net>2025-10-12 12:09:36 -0500
commit455f3408bd2ca5a78b80ee3ab560cb6b00242434 (patch)
tree9f17b09098c181f5d7f5a22f2b680cdb6587956c /init.el
parentb24c3aa4522fb8eb0d6e556c7b66b27f663a27fe (diff)
downloaddotemacs-455f3408bd2ca5a78b80ee3ab560cb6b00242434.tar.gz
dotemacs-455f3408bd2ca5a78b80ee3ab560cb6b00242434.zip
maint: assemble file and buffer operations into single module
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 04970ca6e..413ccf671 100644
--- a/init.el
+++ b/init.el
@@ -22,9 +22,10 @@
;; -------------------------- Utilities And Libraries --------------------------
-(require 'media-utils) ;; download and play urls
(require 'custom-functions) ;; custom function library w/ keybindings
+(require 'custom-file-buffer) ;; custom buffer and file operations and keymap
(require 'external-open) ;; files to open outside of Emacs
+(require 'media-utils) ;; download and play urls
;; ------------------------- System Level Functionality ------------------------