diff --git a/systemd.el b/systemd.el index 6db0403..921a2fa 100644 --- a/systemd.el +++ b/systemd.el @@ -235,7 +235,8 @@ file, defaulting to the link under point, if any." (let ((bounds (bounds-of-thing-at-point 'symbol))) (list (or (car bounds) (point)) (or (cdr bounds) (point)) - (completion-table-dynamic #'systemd-completion-table)))) + (completion-table-dynamic #'systemd-completion-table) + :exclusive 'no))) (defun systemd-company-backend (command &optional arg &rest _ignored) "Backend for `company-mode' in `systemd-mode' buffers."