diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-12 12:09:36 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-12 12:09:36 -0500 |
| commit | 455f3408bd2ca5a78b80ee3ab560cb6b00242434 (patch) | |
| tree | 9f17b09098c181f5d7f5a22f2b680cdb6587956c /init.el | |
| parent | b24c3aa4522fb8eb0d6e556c7b66b27f663a27fe (diff) | |
| download | dotemacs-455f3408bd2ca5a78b80ee3ab560cb6b00242434.tar.gz dotemacs-455f3408bd2ca5a78b80ee3ab560cb6b00242434.zip | |
maint: assemble file and buffer operations into single module
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ------------------------ |
