[Emacs] Only enable lsp-haskell when hie binary exists

This commit is contained in:
2018-06-05 21:29:37 -07:00
parent 6d351ccf4c
commit b01be33386
4 changed files with 40 additions and 13 deletions

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env zsh
# -*- mode:sh
if command_exists "imalison-taffybar"; then
imalison-xmonad "$@"
else
# Move .lib/bin to the end of PATH so that this script is not called again
add_to_path "$HOME/.lib/bin" --after
xmonad "$@"
fi