emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/systemd a73c16a 085/131: nix LOCAL argument for adding to


From: ELPA Syncer
Subject: [nongnu] elpa/systemd a73c16a 085/131: nix LOCAL argument for adding to company-backends
Date: Sun, 29 Aug 2021 11:35:19 -0400 (EDT)

branch: elpa/systemd
commit a73c16aac02221c2348cb3bfce43a74949432a3c
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@udel.edu>

    nix LOCAL argument for adding to company-backends
---
 systemd.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systemd.el b/systemd.el
index 3c42a25..f80e7f3 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 t)
+  (add-hook 'company-backends #'systemd-company-backend nil)
   (add-hook 'completion-at-point-functions #'systemd-complete-at-point nil t)
   (setq font-lock-defaults '(systemd-font-lock-keywords t)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]