mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Normalize some whitespace and ordering in new code
This commit is contained in:
parent
0239ee227a
commit
ac906479a7
3 changed files with 7 additions and 4 deletions
|
|
@ -58,4 +58,5 @@ function symbol (unquoted)."
|
|||
key-bindings)))))
|
||||
|
||||
(provide 'bind-chord)
|
||||
|
||||
;;; bind-chord.el ends here
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
(require 'use-package)
|
||||
(require 'bind-chord)
|
||||
|
||||
(add-to-list 'use-package-keywords :chords t)
|
||||
|
||||
(defalias 'use-package-normalize/:chords 'use-package-normalize-binder)
|
||||
|
||||
(defun use-package-handler/:chords (name keyword arg rest state)
|
||||
|
|
@ -44,5 +42,8 @@
|
|||
`(bind-chords :package ,name ,@arg)))))))
|
||||
(use-package-handler/:preface name keyword chord-binder rest state)))
|
||||
|
||||
(add-to-list 'use-package-keywords :chords t)
|
||||
|
||||
(provide 'use-package-chords)
|
||||
|
||||
;;; use-package-chords.el ends here
|
||||
|
|
|
|||
|
|
@ -22,8 +22,6 @@
|
|||
(require 'use-package)
|
||||
(require 'system-packages)
|
||||
|
||||
(add-to-list 'use-package-keywords :ensure-system-package t)
|
||||
|
||||
(defun use-package-ensure-system-package-install-command (pack)
|
||||
"Return the default install command for `pack'."
|
||||
(let ((command
|
||||
|
|
@ -66,5 +64,8 @@
|
|||
(async-shell-command ,(cdr cons)))) arg)
|
||||
body)))
|
||||
|
||||
(add-to-list 'use-package-keywords :ensure-system-package t)
|
||||
|
||||
(provide 'use-package-ensure-system-package)
|
||||
|
||||
;;; use-package-ensure-system-package.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue