Rename gpolonkai/org-utils to gp-org-utils

It messed up Org's mind a bit.
This commit is contained in:
Gergely Polonkai
2025-10-10 13:11:06 +02:00
parent 1ea4ba7d6f
commit c82921729b
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
;; Custom functions and commands
(load "gpolonkai/utilities")
(load "gpolonkai/windows")
(load "gpolonkai/org-utils")
(load "gpolonkai/gp-org-utils")
(load "gpolonkai/text-utils")
(load "gpolonkai/nav-utils")
(load "gpolonkai/file-utils")

View File

@@ -1,4 +1,4 @@
;;; gpolonkai/org-utils.el --- Org-mode related functions
;;; gpolonkai/gp-org-utils.el --- Org-mode related functions
;;;
;;; SPDX-License-Identifier: GPL-3.0-or-later
;;; Copyright © 2025 Gergely Polonkai
@@ -170,6 +170,6 @@ F is the file the capture is coming from."
(func-name (which-function)))
(ha/org-capture-fileref-snippet f "src" org-src-mode func-name))))
(provide 'gpolonkai/org-utils)
(provide 'gpolonkai/gp-org-utils)
;;; org-utils.el ends here