ENH disable systemd

This commit is contained in:
Nathan Dwarshuis 2024-03-04 21:16:29 -05:00
parent ebaf5055ef
commit 4a71191a9d
1 changed files with 2 additions and 2 deletions

View File

@ -1480,8 +1480,8 @@ This adds support for csv files. Almost makes them editable like a spreadsheet.
(use-package pkgbuild-mode
:straight t)
(use-package systemd
:straight systemd)
;; (use-package systemd
;; :straight systemd)
#+END_SRC
*** Unix Shell
No custom code here, but flycheck needs =shellcheck= (a Haskell program).