mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Remove use-package-font-lock-keywords
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
10c6400d34
commit
4938167bff
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue