diff --git a/config.org b/config.org index d8a66f9..556d5ae 100644 --- a/config.org +++ b/config.org @@ -995,6 +995,9 @@ Deprecated in favour of rtags (use-package company :ensure t :init (global-company-mode) + :bind ( + ("" . company-complete) + ) ) #+END_SRC @@ -1036,10 +1039,8 @@ https://github.com/Andersbakken/rtags (use-package company-rtags :ensure t - :commands company-rtags :config (push 'company-rtags company-backends) - (define-key c-mode-base-map (kbd "") (function company-complete)) ;; not working yet :hook ((c-mode c++-mode objc-mode) . (lambda () (require 'company))) )