Reorder emacs modules

This commit is contained in:
Andreas Zweili 2024-01-08 21:09:09 +01:00
parent 7a482964bb
commit 4dc55c0523
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,12 @@
;; basic settings
(load-file (modules-path "az_detect_os.el"))
(load-file (modules-path "az_dired.el"))
(load-file (modules-path "az_packages.el"))
;; keybindings
(load-file (modules-path "az_evil.el"))
(load-file (modules-path "az_hydra.el"))
(load-file (modules-path "az_keybindings.el"))
(load-file (modules-path "az_dired.el"))
(load-file (modules-path "az_theme.el"))
(load-file (modules-path "az_ui.el"))
(load-file (modules-path "az_utils.el"))
@ -9,11 +14,6 @@
(load-file (modules-path "az_window_split.el"))
(load-file (modules-path "az_xclip.el"))
;; keybindings
(load-file (modules-path "az_evil.el"))
(load-file (modules-path "az_hydra.el"))
(load-file (modules-path "az_keybindings.el"))
;; note taking and writing
(load-file (modules-path "az_deft_raw.el"))
(load-file (modules-path "az_deft.el"))