Fix gf/find-file-at-point in c-mode
This commit is contained in:
parent
92f8ce562c
commit
22bf716e43
1 changed files with 4 additions and 1 deletions
|
@ -110,7 +110,10 @@ This is ignored by ccls.")
|
|||
(label . 0))))
|
||||
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue