branch: elpa/systemd
commit a46e81b0e975960bb7630480e53428fe0bee30bb
Author: Mark Oteiza <mvote...@udel.edu>
Commit: Mark Oteiza <mvote...@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