From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Check/find/locate the customized function/command of a specific project in Emacs conveniently/quickly/efficiently.
Date: Sun, 4 Jul 2021 10:42:26 +0800 [thread overview]
Message-ID: <CAGP6POLN4gBgA2252=vGT=QKfVaMmg+agPm1dvA+R3LvgaKTFQ@mail.gmail.com> (raw)
I'm currently learning the configuration used by doom Emacs [1]. For
example, the following code snippet shows on
<https://github.com/hlissner/doom-emacs/blob/2731685095d1e6101b3215aa689426e1834ce00f/modules/lang/latex/config.el#L256>:
(use-package! company-math
:when (featurep! :completion company)
:defer t
:init
(add-to-list '+latex--company-backends
#'+latex-symbols-company-backend nil #'eq))
In the above code snippet, there are some customized
function/command/variable, i.e., use-package!, featurep!,
+latex--company-backends, and +latex-symbols-company-backend, which
are not so easy to understand just by their names. So, I want to
check/find/locate the corresponding definitions for them in Emacs
conveniently/quickly/efficiently. Because they are customized things,
the
`M-.' doesn't work for them.
Any hints for this question will be highly appreciated?
[1] https://github.com/hlissner/doom-emacs
Regards
--
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
NO. 552 North Gangtie Road, Xingtai, China
next reply other threads:[~2021-07-04 2:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-04 2:42 Hongyi Zhao [this message]
2021-07-04 21:22 ` Check/find/locate the customized function/command of a specific project in Emacs conveniently/quickly/efficiently Daniel Martín
2021-07-05 1:57 ` Hongyi Zhao
2021-07-05 21:32 ` Daniel Martín
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAGP6POLN4gBgA2252=vGT=QKfVaMmg+agPm1dvA+R3LvgaKTFQ@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.
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.