branch: elpa/systemd commit bf7b281cdbae4ad99a7d7394d40ba8fd64a3e9c8 Author: Mark Oteiza <mvote...@udel.edu> Commit: Mark Oteiza <mvote...@udel.edu>
nix unneeded arg --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index 33a884c..a96f4cd 100644 --- a/systemd.el +++ b/systemd.el @@ -285,7 +285,7 @@ Key bindings: \\{systemd-mode-map}" (set-keymap-parent systemd-mode-map nil) (conf-mode-initialize systemd-comment-start) - (add-hook 'company-backends #'systemd-company-backend nil) + (add-hook 'company-backends #'systemd-company-backend) (add-hook 'completion-at-point-functions #'systemd-complete-at-point nil t) (setq font-lock-defaults '(systemd-font-lock-keywords t)))