emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/systemd a46e81b 017/131: autoload for slice units


From: ELPA Syncer
Subject: [nongnu] elpa/systemd a46e81b 017/131: autoload for slice units
Date: Sun, 29 Aug 2021 11:35:06 -0400 (EDT)

branch: elpa/systemd
commit a46e81b0e975960bb7630480e53428fe0bee30bb
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@udel.edu>

    autoload for slice units
---
 systemd.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systemd.el b/systemd.el
index 3a2e684..16f2878 100644
--- a/systemd.el
+++ b/systemd.el
@@ -139,6 +139,7 @@ current unit file, defaulting to the link under point, if 
any."
 ;;;###autoload (add-to-list 'auto-mode-alist '("\\.busname\\'" . systemd-mode))
 ;;;###autoload (add-to-list 'auto-mode-alist '("\\.mount\\'" . systemd-mode))
 ;;;###autoload (add-to-list 'auto-mode-alist '("\\.service\\'" . systemd-mode))
+;;;###autoload (add-to-list 'auto-mode-alist '("\\.slice\\'" . systemd-mode))
 ;;;###autoload (add-to-list 'auto-mode-alist '("\\.socket\\'" . systemd-mode))
 ;;;###autoload (add-to-list 'auto-mode-alist '("\\.target\\'" . systemd-mode))
 ;;;###autoload (add-to-list 'auto-mode-alist '("\\.timer\\'" . systemd-mode))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]