mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 19:59:38 +00:00
Merge pull request from belak/remove-extra-font-lock-keywords
GitHub-reference: https://github.com/jwiegley/use-package/issues/859
This commit is contained in:
commit
09e837dfae
1 changed files with 0 additions and 7 deletions
|
@ -328,13 +328,6 @@ Must be set before loading use-package."
|
||||||
(set-default sym value))
|
(set-default sym value))
|
||||||
:group 'use-package)
|
: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
|
(defcustom use-package-compute-statistics nil
|
||||||
"If non-nil, compute statistics concerned use-package declarations.
|
"If non-nil, compute statistics concerned use-package declarations.
|
||||||
View the statistical report using `use-package-report'. Note that
|
View the statistical report using `use-package-report'. Note that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue