From 6977f5424c638dc2ee930020ef746f52f3b3a5db Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 12 Oct 2025 12:09:36 -0500 Subject: maint: assemble file and buffer operations into single module --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 04970ca6..413ccf67 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 ------------------------ -- cgit v1.2.3