purcell / emacs.d

An Emacs configuration bundle with batteries included
BSD 2-Clause "Simplified" License
6.84k stars 2.05k forks source link

Melpa no longer provides cl-lib-highlight #784

Closed Eason0210 closed 3 years ago

Eason0210 commented 3 years ago

Hi @purcell ,

There is no the package cl-lib-highlight on melpa now, because the upstream repository has been archived.

And init-lisp.elneed this package:

(require-package 'cl-lib-highlight)
(with-eval-after-load 'lisp-mode
  (cl-lib-highlight-initialize))