1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Remove use-package-font-lock-keywords

Copyright-paperwork-exempt: yes
This commit is contained in:
Kaleb Elwert 2020-08-11 01:44:31 -07:00
parent 10c6400d34
commit 4938167bff

View file

@ -309,13 +309,6 @@ Must be set before loading use-package."
lisp-imenu-generic-expression)))))
:group 'use-package)
(defconst use-package-font-lock-keywords
'(("(\\(use-package\\)\\_>[ \t']*\\(\\(?:\\sw\\|\\s_\\)+\\)?"
(1 font-lock-keyword-face)
(2 font-lock-constant-face nil t))))
(font-lock-add-keywords 'emacs-lisp-mode use-package-font-lock-keywords)
(defcustom use-package-compute-statistics nil
"If non-nil, compute statistics concerned use-package declarations.
View the statistical report using `use-package-report'. Note that