refactor: modularize ai and development configurations
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user