RTAGS: Add hook to c-mode-common
This commit is contained in:
parent
8e6aaadd92
commit
9d72964ffa
1 changed files with 1 additions and 1 deletions
|
|
@ -1012,7 +1012,7 @@ https://github.com/Andersbakken/rtags
|
||||||
(use-package rtags-xref
|
(use-package rtags-xref
|
||||||
:ensure t
|
:ensure t
|
||||||
:hook
|
:hook
|
||||||
((c-mode c++-mode objc-mode) . (function rtags-xref-enable))
|
((c-mode-common) . (function rtags-xref-enable))
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package rtags
|
(use-package rtags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue