company: prevent breaks ivy's completion in minibuffer
This commit is contained in:
parent
32ca324900
commit
f53864a714
@ -6,7 +6,10 @@
|
||||
(use-package company
|
||||
:defer 5
|
||||
:diminish
|
||||
:commands (company-mode company-indent-or-complete-common)
|
||||
:bind
|
||||
(:map company-mode-map
|
||||
("<tab>" . company-complete)
|
||||
("<backtab>" . company-select-previous))
|
||||
:config
|
||||
;; Global
|
||||
(setq company-idle-delay 1
|
||||
@ -23,8 +26,6 @@
|
||||
(set-face-attribute 'company-scrollbar-bg nil :inherit 'company-tooltip :background "gray20")
|
||||
(set-face-attribute 'company-scrollbar-fg nil :background "gray40"))
|
||||
|
||||
(global-set-key (kbd "M-TAB") 'company-indent-or-complete-common)
|
||||
|
||||
;; Activating globally
|
||||
(global-company-mode t))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user