branch: elpa/systemd
commit 6b0878e23a8d9230a3fa04ebd8a8ddfe50ffdc3f
Author: Mark Oteiza <mvote...@udel.edu>
Commit: Mark Oteiza <mvote...@udel.edu>

    add autoload for drop-ins with `systemctl edit`
---
 systemd.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systemd.el b/systemd.el
index 83b3e86..3a2e684 100644
--- a/systemd.el
+++ b/systemd.el
@@ -145,6 +145,7 @@ current unit file, defaulting to the link under point, if 
any."
 ;;;###autoload (add-to-list 'auto-mode-alist '("\\.link\\'" . systemd-mode))
 ;;;###autoload (add-to-list 'auto-mode-alist '("\\.netdev\\'" . systemd-mode))
 ;;;###autoload (add-to-list 'auto-mode-alist '("\\.network\\'" . systemd-mode))
+;;;###autoload (add-to-list 'auto-mode-alist '("\\.override\\.conf.*\\'" . 
systemd-mode))
 
 ;;;###autoload
 (define-derived-mode systemd-mode fundamental-mode "Systemd"

Reply via email to