From 27c6885581d27df67aa44d9ab2a53eeca4852fd1 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 28 Jun 2022 17:40:17 -0400 Subject: [PATCH] ENH update package bootstrapper --- dot_bin/executable_bootstrap_pkgs | 2 -- 1 file changed, 2 deletions(-) diff --git a/dot_bin/executable_bootstrap_pkgs b/dot_bin/executable_bootstrap_pkgs index 285647b..f54fd31 100644 --- a/dot_bin/executable_bootstrap_pkgs +++ b/dot_bin/executable_bootstrap_pkgs @@ -47,7 +47,6 @@ run_install_scripts() { run_yay() { dunst_pkgs=(dunst) - emacs_pkgs=(emacs-nativecomp) gtk_pkgs=(zuki-themes) redshift_pkgs=(redshift) seafile_pkgs=(seafile-client) @@ -59,7 +58,6 @@ run_yay() { yay --needed --noconfirm --norebuild --removemake -S \ "${dunst_pkgs[@]}" \ - "${emacs_pkgs[@]}" \ "${gtk_pkgs[@]}" \ "${redshift_pkgs[@]}" \ "${seafile_pkgs[@]}" \