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

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

[elpa] externals/objed b6b7c3f 144/166: Disable during a company complet


From: Clemens Radermacher
Subject: [elpa] externals/objed b6b7c3f 144/166: Disable during a company completion
Date: Sun, 29 Dec 2019 08:21:16 -0500 (EST)

branch: externals/objed
commit b6b7c3f4cda576488543d13e633c9756e17eb322
Author: Andrew Whatson <address@hidden>
Commit: Andrew Whatson <address@hidden>

    Disable during a company completion
---
 objed.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/objed.el b/objed.el
index 5531650..d11ff74 100644
--- a/objed.el
+++ b/objed.el
@@ -1299,6 +1299,8 @@ See `objed-cmd-alist'."
        (not overriding-terminal-local-map)
        ;; don't activate when completing the regular Emacs way
        (not (get-buffer-window "*Completions*" 0))
+       ;; don't activate during a company completion
+       (not (bound-and-true-p company-candidates))
        ;; FIXME: temp workaround for starting commit
        ;; message in insertion mode
        (not (eq last-command 'magit-commit-create))



reply via email to

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