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

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

[nongnu] elpa/systemd 26de1dd 056/131: don't turn on company by default


From: ELPA Syncer
Subject: [nongnu] elpa/systemd 26de1dd 056/131: don't turn on company by default
Date: Sun, 29 Aug 2021 11:35:14 -0400 (EDT)

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

    don't turn on company by default
---
 systemd.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/systemd.el b/systemd.el
index 4716724..fe77f0e 100644
--- a/systemd.el
+++ b/systemd.el
@@ -30,7 +30,9 @@
 ;; links to documentation in a unit (cf. systemctl help).
 
 ;; Supports completion via `company-mode' of directives and sections
-;; in either units or network configuration.
+;; in either units or network configuration.  Use the tunable
+;; `systemd-use-company-p' to control enabling of company.
+;; Alternatively, add company to `systemd-mode-hook'.
 
 ;;; Code:
 
@@ -66,7 +68,7 @@
                 (function :tag "Other function"))
   :group 'systemd)
 
-(defcustom systemd-use-company-p t
+(defcustom systemd-use-company-p nil
   "Whether to use `company-mode' for completion, if available."
   :type 'boolean
   :group 'systemd)



reply via email to

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