optimize package loading
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user