Split emacs out

This commit is contained in:
Aoran Zeng
2024-08-09 02:46:25 +08:00
parent fceb0363de
commit f1557f6e01
4 changed files with 131 additions and 139 deletions

View File

@@ -1713,21 +1713,7 @@ wr_tex_setsrc (char *option)
}
void
wr_emacs_setsrc (char *option)
{
SourceInfo source;
chsrc_yield_source (wr_emacs);
chsrc_confirm_source (&source);
chsrc_note2 ("Emacs换源涉及Elisp需要手动查阅并换源:");
puts (source.url);
chsrc_say_lastly (&source, ChsrcTypeManual);
}
#include "recipe/ware/emacs.c"
void
@@ -2091,7 +2077,6 @@ def_target_noget (wr_cocoapods);
def_target_noget (wr_flathub);
def_target_noget (wr_nix);
def_target_noget (wr_guix);
def_target_noget (wr_emacs);
def_target_noget (wr_anaconda);
def_target(wr_tex);