Move utility functions from configuration.org to lisp/gpolonkai/utilities.el

This commit is contained in:
2025-05-29 19:11:37 +02:00
parent c29882eacf
commit 29483f463a
3 changed files with 104 additions and 99 deletions

View File

@@ -56,6 +56,9 @@
(use-package bind-key)
;; Custom functions and commands
(load "gpolonkai/utilities")
;; 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))