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

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

[elpa] externals/objed 70cf23e 145/166: Merge pull request #51 from flat


From: Clemens Radermacher
Subject: [elpa] externals/objed 70cf23e 145/166: Merge pull request #51 from flatwhatson/fix-company
Date: Sun, 29 Dec 2019 08:21:17 -0500 (EST)

branch: externals/objed
commit 70cf23ee694651e9b6feada6e380318e519b649b
Merge: 2a06126 b6b7c3f
Author: Clemens Radermacher <address@hidden>
Commit: GitHub <address@hidden>

    Merge pull request #51 from flatwhatson/fix-company
    
    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]