From 4a71191a9d36c284f1a88df644be8da72bddddd9 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 4 Mar 2024 21:16:29 -0500 Subject: [PATCH] ENH disable systemd --- etc/conf.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index f00d23c..402cada 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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).