We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb1f9a commit 37d8832Copy full SHA for 37d8832
use-package-core.el
@@ -309,13 +309,6 @@ Must be set before loading use-package."
309
lisp-imenu-generic-expression)))))
310
:group 'use-package)
311
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
319
(defcustom use-package-compute-statistics nil
320
"If non-nil, compute statistics concerned use-package declarations.
321
View the statistical report using `use-package-report'. Note that
0 commit comments