mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
fix(lean): remove company-lean
company-lean was removed from MELPA. Since lean4 support is around the corner and Doom has deprecated its support for Company, I'll simply remove this package. Ref: melpa/melpa@11196af312 Fix: #8159
This commit is contained in:
@@ -26,11 +26,3 @@
|
||||
"h" #'lean-hole
|
||||
"m" #'lean-message-boxes-toggle
|
||||
"e" #'lean-execute))
|
||||
|
||||
|
||||
(use-package! company-lean
|
||||
:when (modulep! :completion company)
|
||||
:after lean-mode
|
||||
:init
|
||||
(advice-add #'company-lean-hook :override #'ignore)
|
||||
(set-company-backend! 'lean-mode 'company-lean))
|
||||
|
Reference in New Issue
Block a user