My favorite emacs theme.
Go to file
Protesilaos Stavrou 7bc6a6e620
Avoid loading macros when users run the code
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::).
2020-11-11 17:40:26 +02:00
modus-operandi-theme.el Avoid loading macros when users run the code 2020-11-11 17:40:26 +02:00
modus-operandi.el Remove unused code 2020-11-11 13:16:48 +02:00
modus-themes-core.el Early prototype 2020-11-11 11:58:35 +02:00
modus-themes-faces.el Remove unused macro for simplicity 2020-11-11 13:15:29 +02:00
modus-vivendi-theme.el Avoid loading macros when users run the code 2020-11-11 17:40:26 +02:00
modus-vivendi.el Early prototype 2020-11-11 11:58:35 +02:00