optimize package loading

This commit is contained in:
2022-12-18 19:32:54 +01:00
parent cbc480386c
commit 7b477d19fa
23 changed files with 3 additions and 42 deletions

View File

@@ -15,11 +15,9 @@
:mode "\\.md\\'")
(use-package sql-indent
:load-path (lambda() (concat config-dir "lisp/sql-indent"))
:commands sqlind-minor-mode)
(use-package systemd
:load-path (lambda() (concat config-dir "lisp/systemd"))
:commands systemd-mode
:mode (("\\.service\\'" . systemd-mode) ("\\.mount\\'" . systemd-mode)))