aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.local/src
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.local/src')
-rw-r--r--Emacs/.local/src/emacs/install.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/Emacs/.local/src/emacs/install.sh b/Emacs/.local/src/emacs/install.sh
deleted file mode 100644
index f8946ae..0000000
--- a/Emacs/.local/src/emacs/install.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env sh
-
-git clone --depth 1 --branch emacs-27.2 master git://git.sv.gnu.org/emacs.git .;
-
-./configure --with-xwidgets -with-threads --with-harfbuzz --with-jpeg \
- --with-json --with-modules;
-make;
-sudo make install;