Fix typo: ffap-list -> ffap-alist
This commit is contained in:
parent
086e945148
commit
2322bff412
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ This is ignored by ccls.")
|
|||
(setf (alist-get 'other c-default-style) "doom"))
|
||||
|
||||
(after! ffap
|
||||
(add-to-list 'ffap-list '(c-mode . ffap-c-mode))))
|
||||
(add-to-list 'ffap-alist '(c-mode . ffap-c-mode))))
|
||||
|
||||
|
||||
(use-package! modern-cpp-font-lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue