summary refs log tree commit diff stats
path: root/hooks/pre-up/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/pre-up/emacs')
-rwxr-xr-xhooks/pre-up/emacs8
1 files changed, 0 insertions, 8 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