Linting Changes

This commit is contained in:
pspiagicw 2021-12-09 10:00:50 +05:30
parent f9b4bf1cc6
commit 63d75a58dc
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ C-x C-l."
(kbd "C-]") 'company-etags
(kbd "C-f") 'company-files
(kbd "C-o") 'company-capf
(kbd "C-s") 'company-ispell
)
(kbd "C-s") 'company-ispell)
(when evil-want-C-u-scroll
(evil-collection-define-key nil 'company-active-map
(kbd "C-u") 'company-previous-page))