branch: elpa/systemd
commit 1689dd5b628432e7d0c4f26539071c554b8b8255
Author: Mark Oteiza <[email protected]>
Commit: Mark Oteiza <[email protected]>
._.
---
systemd-mode.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/systemd-mode.el b/systemd-mode.el
index 3cf203e..5a66901 100644
--- a/systemd-mode.el
+++ b/systemd-mode.el
@@ -143,8 +143,7 @@ Key bindings:
\\{systemd-mode-map}"
(set-syntax-table systemd-mode-syntax-table)
(setq-local comment-start systemd-comment-start)
- (setq-local font-lock-defaults '(systemd-font-lock-keywords))
- (run-mode-hooks 'systemd-mode-hook))
+ (setq-local font-lock-defaults '(systemd-font-lock-keywords)))
(provide 'systemd-mode)