seagle0128 / .emacs.d

Centaur Emacs - A Fancy and Fast Emacs Configuration

Home Page:https://seagle0128.github.io/.emacs.d/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CsBigDataHub opened this issue · comments

Thank you for the bug report

  • I am using the latest version of Centaur Emacs.
  • I checked my private configurations in custom.el and custom-post.el.
  • I checked FAQ.

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