summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xhooks/pre-up/emacs8
-rwxr-xr-xhooks/pre-up/submodules5
2 files changed, 0 insertions, 13 deletions
diff --git a/hooks/pre-up/emacs b/hooks/pre-up/emacs
deleted file mode 100755
index 01ca279..0000000
--- a/hooks/pre-up/emacs
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env zsh
-
-# Remove broken elisp symlink from old versions
-elisp="$HOME/.emacs.d/elisp"
-if [[ -L "$elisp" && ! -e "$elisp" ]]
-then
-	rm $elisp
-fi
diff --git a/hooks/pre-up/submodules b/hooks/pre-up/submodules
deleted file mode 100755
index ae4f42f..0000000
--- a/hooks/pre-up/submodules
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env zsh
-echo $0:h:h:h
-pushd $0:h:h:h
-git submodule update --init
-popd
\ No newline at end of file