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

This commit is contained in:
2025-05-29 21:50:52 +02:00
parent 5d89b6dd23
commit 47930acec4
3 changed files with 137 additions and 135 deletions

View File

@@ -60,6 +60,7 @@
(load "gpolonkai/utilities")
(load "gpolonkai/windows")
(load "gpolonkai/org-utils")
(load "gpolonkai/text-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))