mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix gf/find-file-at-point in c-mode
This commit is contained in:
@ -110,7 +110,10 @@ This is ignored by ccls.")
|
|||||||
(label . 0))))
|
(label . 0))))
|
||||||
|
|
||||||
(when (listp c-default-style)
|
(when (listp c-default-style)
|
||||||
(setf (alist-get 'other c-default-style) "doom")))
|
(setf (alist-get 'other c-default-style) "doom"))
|
||||||
|
|
||||||
|
(after! ffap
|
||||||
|
(add-to-list 'ffap-list '(c-mode . ffap-c-mode))))
|
||||||
|
|
||||||
|
|
||||||
(use-package! modern-cpp-font-lock
|
(use-package! modern-cpp-font-lock
|
||||||
|
Reference in New Issue
Block a user