Move Org related functions from configuration.org to lisp/gpolonkai/org-utils.el

This commit is contained in:
2025-05-29 20:41:04 +02:00
parent dd17f2dcc7
commit 5d89b6dd23
3 changed files with 176 additions and 162 deletions

View File

@@ -59,6 +59,7 @@
;; Custom functions and commands
(load "gpolonkai/utilities")
(load "gpolonkai/windows")
(load "gpolonkai/org-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))