Move windows manipulation functions from configuration.org to lisp/gpolonkai/windows.el

This commit is contained in:
2025-05-29 20:04:45 +02:00
parent 29483f463a
commit 3adb3fdf5e
3 changed files with 87 additions and 75 deletions

View File

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