Move company to separate section + always enable
This commit is contained in:
parent
6efd6536e9
commit
deb2961644
1 changed files with 9 additions and 6 deletions
15
config.org
15
config.org
|
|
@ -989,17 +989,20 @@ Deprecated in favour of rtags
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
*** Company
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package company
|
||||||
|
:ensure t
|
||||||
|
:init (global-company-mode)
|
||||||
|
)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
*** Rtags
|
*** Rtags
|
||||||
|
|
||||||
https://github.com/Andersbakken/rtags
|
https://github.com/Andersbakken/rtags
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package company
|
|
||||||
:ensure t
|
|
||||||
:hook
|
|
||||||
((c-mode c++-mode objc-mode) . (lambda () (require 'company) (company-mode)))
|
|
||||||
)
|
|
||||||
|
|
||||||
(use-package flycheck-rtags
|
(use-package flycheck-rtags
|
||||||
:ensure t
|
:ensure t
|
||||||
:hook
|
:hook
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue