refactor: modularize ai and development configurations

This commit is contained in:
2026-03-23 15:56:17 +08:00
parent 72726d6108
commit 7d0b244e22
7 changed files with 289 additions and 335 deletions
+5 -2
View File
@@ -3,9 +3,12 @@
;; Load modular configuration files
(load! "security")
(load! "core")
(load! "development")
(load! "development/lsp")
(load! "development/nix")
(load! "development/misc")
(load! "org")
(load! "ai")
(load! "ai/gptel")
(load! "ai/agents")
(load! "inbox")
(load! "metrics")
(load! "theme")