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.
2 parents ec39415 + 37d8832 commit 8a3d29eCopy full SHA for 8a3d29e
use-package-core.el
@@ -328,13 +328,6 @@ Must be set before loading use-package."
328
(set-default sym value))
329
:group 'use-package)
330
331
-(defconst use-package-font-lock-keywords
332
- '(("(\\(use-package\\)\\_>[ \t']*\\(\\(?:\\sw\\|\\s_\\)+\\)?"
333
- (1 font-lock-keyword-face)
334
- (2 font-lock-constant-face nil t))))
335
-
336
-(font-lock-add-keywords 'emacs-lisp-mode use-package-font-lock-keywords)
337
338
(defcustom use-package-compute-statistics nil
339
"If non-nil, compute statistics concerned use-package declarations.
340
View the statistical report using `use-package-report'. Note that
0 commit comments