mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
Merge pull request from tarsius/defun
use-package: use defun as lisp-indent-function GitHub-reference: https://github.com/jwiegley/use-package/issues/69
This commit is contained in:
commit
7de292c0e9
1 changed files with 1 additions and 1 deletions
|
|
@ -574,7 +574,7 @@ For full documentation. please see commentary.
|
|||
,config-body
|
||||
t))))))))
|
||||
|
||||
(put 'use-package 'lisp-indent-function 1)
|
||||
(put 'use-package 'lisp-indent-function 'defun)
|
||||
|
||||
(defconst use-package-font-lock-keywords
|
||||
'(("(\\(use-package\\)\\_>[ \t']*\\(\\(?:\\sw\\|\\s_\\)+\\)?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue