Move file manipulation functions from configuration.org to lisp/gpolonkai/file-utils.el

This commit is contained in:
2025-05-29 21:52:46 +02:00
parent 2cb666aa7b
commit 7502d37992
3 changed files with 66 additions and 47 deletions

View File

@@ -62,6 +62,7 @@
(load "gpolonkai/org-utils")
(load "gpolonkai/text-utils")
(load "gpolonkai/nav-utils")
(load "gpolonkai/file-utils")
;; I started moving my configuration to this Org file. Its easier to document this way.
(org-babel-load-file (expand-file-name "configuration.org" user-emacs-directory))