Move navigation functions from configuration.org to lisp/gpolonkai/nav-utils.el

This commit is contained in:
2025-05-29 21:52:11 +02:00
parent 47930acec4
commit 2cb666aa7b
3 changed files with 89 additions and 71 deletions

View File

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