unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: The cons syntax format used by use-package.
Date: Sat, 18 Sep 2021 21:15:02 +0800	[thread overview]
Message-ID: <CAGP6PO+Uwvc=r6WaLm+CdOV6U4Ux7q-1h1FMmOwDZ1jN_keFpA@mail.gmail.com> (raw)

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



             reply	other threads:[~2021-09-18 13:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-18 13:15 Hongyi Zhao [this message]
2021-09-18 13:21 ` The cons syntax format used by use-package 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGP6PO+Uwvc=r6WaLm+CdOV6U4Ux7q-1h1FMmOwDZ1jN_keFpA@mail.gmail.com' \
    --to=hongyi.zhao@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).