mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Evaluate this:
(info "(elisp) Compiling Macros")
Byte-compiling a file also executes any ‘require’ calls at top-level
in the file, so you can ensure that necessary macro definitions are
available during compilation by requiring the files that define
them (*note Named Features::). To avoid loading the macro
definition files when someone _runs_ the compiled program, write
‘eval-when-compile’ around the ‘require’ calls (*note Eval During
Compile::).
|
||
|---|---|---|
| modus-operandi-theme.el | ||
| modus-operandi.el | ||
| modus-themes-core.el | ||
| modus-themes-faces.el | ||
| modus-vivendi-theme.el | ||
| modus-vivendi.el | ||