Fix typo: ffap-list -> ffap-alist

This commit is contained in:
Janfel 2020-02-07 01:35:46 +01:00 committed by GitHub
parent 086e945148
commit 2322bff412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ This is ignored by ccls.")
(setf (alist-get 'other c-default-style) "doom")) (setf (alist-get 'other c-default-style) "doom"))
(after! ffap (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 (use-package! modern-cpp-font-lock