This commit is contained in:
Mark Oteiza 2015-03-01 11:02:23 -05:00
parent a22a097e2c
commit 1689dd5b62

View File

@ -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)