unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Check/find/locate the customized function/command of a specific project in Emacs conveniently/quickly/efficiently.
@ 2021-07-04  2:42 Hongyi Zhao
  2021-07-04 21:22 ` Daniel Martín
  0 siblings, 1 reply; 4+ messages in thread
From: Hongyi Zhao @ 2021-07-04  2:42 UTC (permalink / raw)
  To: help-gnu-emacs

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



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

end of thread, other threads:[~2021-07-05 21:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-04  2:42 Check/find/locate the customized function/command of a specific project in Emacs conveniently/quickly/efficiently Hongyi Zhao
2021-07-04 21:22 ` Daniel Martín
2021-07-05  1:57   ` Hongyi Zhao
2021-07-05 21:32     ` Daniel Martín

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).