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)