RTAGS: Add hook to c-mode-common

This commit is contained in:
Laurens Miers 2022-09-01 16:22:00 +02:00
parent 8e6aaadd92
commit 9d72964ffa

View file

@ -1012,7 +1012,7 @@ https://github.com/Andersbakken/rtags
(use-package rtags-xref
:ensure t
:hook
((c-mode c++-mode objc-mode) . (function rtags-xref-enable))
((c-mode-common) . (function rtags-xref-enable))
)
(use-package rtags