branch: elpa/systemd
commit 26de1dd6f4505eb9db606d97c11b0d120c395d76
Author: Mark Oteiza <mvote...@udel.edu>
Commit: Mark Oteiza <mvote...@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