Skip to content

Commit 37d8832

Browse files
committed
Remove use-package-font-lock-keywords
1 parent 4fb1f9a commit 37d8832

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

use-package-core.el

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,6 @@ Must be set before loading use-package."
309309
lisp-imenu-generic-expression)))))
310310
:group 'use-package)
311311

312-
(defconst use-package-font-lock-keywords
313-
'(("(\\(use-package\\)\\_>[ \t']*\\(\\(?:\\sw\\|\\s_\\)+\\)?"
314-
(1 font-lock-keyword-face)
315-
(2 font-lock-constant-face nil t))))
316-
317-
(font-lock-add-keywords 'emacs-lisp-mode use-package-font-lock-keywords)
318-
319312
(defcustom use-package-compute-statistics nil
320313
"If non-nil, compute statistics concerned use-package declarations.
321314
View the statistical report using `use-package-report'. Note that

0 commit comments

Comments
 (0)