Skip to content

Commit

Permalink
feat: update emacs installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 19, 2023
1 parent df31555 commit 6859cbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/emacs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,19 @@ main_pacman() {

case $kind in
emacs-nativecomp)
not_require_pacman emacs-nox emacs-gcc-wayland-devel-bin emacs-pgtk-native-comp-git
require_pacman emacs-nativecomp
;;
emacs-nox)
not_require_pacman emacs-gcc-wayland-devel-bin emacs-pgtk-native-comp-git emacs-nativecomp
require_pacman emacs-nox
;;
emacs-gcc-wayland-devel-bin)
not_require_pacman emacs-nox emacs-pgtk-native-comp-git emacs-nativecomp
require_aur emacs-gcc-wayland-devel-bin
;;
emacs-pgtk-native-comp-git)
not_require_pacman emacs-nox emacs-nativecomp emacs-gcc-wayland-devel-bin
require_pacman webkit2gtk
require_aur emacs-pgtk-native-comp-git
;;
Expand Down

0 comments on commit 6859cbe

Please sign in to comment.