]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove use-package-font-lock-keywords
authorKaleb Elwert <belak@coded.io>
Tue, 11 Aug 2020 08:44:31 +0000 (01:44 -0700)
committerKaleb Elwert <belak@coded.io>
Tue, 11 Aug 2020 08:44:31 +0000 (01:44 -0700)
Copyright-paperwork-exempt: yes

lisp/use-package/use-package-core.el

index a36f73f0267c2893a3e50198fc54b1d35717ddf0..b5671ee249f630b221c338e10a7cfd20cb8b7363 100644 (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