Files
emacs/lisp/systemd/systemd-pkg.el
2025-06-22 17:08:08 +02:00

11 lines
424 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "systemd" "20230201.302"
"Major mode for editing systemd units."
'((emacs "24.4"))
:url "https://github.com/holomorph/systemd-mode"
:commit "8742607120fbc440821acbc351fda1e8e68a8806"
:revdesc "8742607120fb"
:keywords '("tools" "unix")
:authors '(("Mark Oteiza" . "mvoteiza@udel.edu"))
:maintainers '(("Mark Oteiza" . "mvoteiza@udel.edu")))