Add systemd

This commit is contained in:
2024-01-10 18:13:38 -08:00
parent 51171137e4
commit 7a7f24844a

View File

@ -671,6 +671,9 @@ COMMAND and COMINT are like `compile'."
(use-package tex-mode
:hook (latex-mode . eglot-ensure))
;; systemd
(use-package systemd)
;; blueprint
(use-package blueprint-ts-mode
:hook (blueprint-ts-mode . eglot-ensure)