all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* The cons syntax format used by use-package.
@ 2021-09-18 13:15 Hongyi Zhao
  2021-09-18 13:21 ` Daniel Fleischer
  2021-09-21 11:58 ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 2 replies; 7+ messages in thread
From: Hongyi Zhao @ 2021-09-18 13:15 UTC (permalink / raw)
  To: help-gnu-emacs

See here [1] for the Hooks syntax used by use-package, as shown below:

(use-package ace-jump-mode
  :hook ((prog-mode text-mode) . ace-jump-mode))

If I wanted to extend the above example with more hooks, which of the
following would be correct:

(use-package ace-jump-mode
  :hook ((prog-mode text-mode) . ace-jump-mode
             (latex-mode .  ace-jump-mode)))

or

(use-package ace-jump-mode
  :hook (((prog-mode text-mode) . ace-jump-mode)
             (latex-mode .  ace-jump-mode)))

[1] https://github.com/jwiegley/use-package#hooks

Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-21 11:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-18 13:15 The cons syntax format used by use-package Hongyi Zhao
2021-09-18 13:21 ` Daniel Fleischer
2021-09-18 13:33   ` Hongyi Zhao
2021-09-19  4:14   ` Hongyi Zhao
2021-09-19  7:04     ` Daniel Fleischer
2021-09-19  7:41       ` Hongyi Zhao
2021-09-21 11:58 ` Emanuel Berg via Users list for the GNU Emacs text editor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.