seagle0128 / .emacs.d

Centaur Emacs - A Fancy and Fast Emacs Configuration
https://seagle0128.github.io/.emacs.d/
GNU General Public License v3.0
1.99k stars 269 forks source link

[Bug] Only instance if `company` is used in init-web.el #412

Closed CsBigDataHub closed 1 year ago

CsBigDataHub commented 1 year ago

Thank you for the bug report

Bug description

File: ./lisp/init-web.el
 163     (with-eval-after-load 'company
 164       (use-package company-restclient
 165         :defines company-backends
 166         :init (add-to-list 'company-backends 'company-restclient))))

This is the only instance where company is used in feat/modern-completion branch. Perhaps remove it or replace with corfu maybe?

Steps to reproduce

NA

Expected behavior

NA

OS

MacOS

Emacs Version

28

Error callstack

No response

Anything else

No response