help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Merge multiple hooks into one directive.


From: Hongyi Zhao
Subject: Merge multiple hooks into one directive.
Date: Tue, 6 Jul 2021 07:45:12 +0800

Consider the multiple hooks as follows:

(add-hook 'A-hook 'foo)
(add-hook 'B-hook #'bar)
(add-hook 'C-hook (baz))
...


If I want to merge them into one directive. What's the preferable way?

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]