Reorder the imports

This commit is contained in:
Andreas Zweili 2022-08-21 15:09:07 +02:00
parent 5b658dd067
commit 3340f2f4a0
1 changed files with 1 additions and 3 deletions

View File

@ -17,12 +17,10 @@
(load-file (config-path "markdown.el"))
(load-file (config-path "move_text.el"))
(load-file (config-path "org_mode.el"))
(load-file (config-path "org_insert.el"))
(load-file (config-path "pdf_tools.el"))
(load-file (config-path "spellcheck.el"))
;; org-mode
(load-file (config-path "org_insert.el"))
;; programming
(load-file (config-path "bug_hunter.el"))
(load-file (config-path "company.el"))