Rename gpolonkai/org-utils to gp-org-utils
It messed up Org's mind a bit.
This commit is contained in:
2
init.el
2
init.el
@@ -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")
|
||||
|
@@ -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
|
Reference in New Issue
Block a user