summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-11-11 14:06:57 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-11-11 14:06:57 -0800
commit20b4e81deb9d8e89bc8d2fc76df92acdd45853d5 (patch)
tree660888258104f2ad3d4a1301710bf63ddc28632b
parentRename `pants--ifmt-action` to `pants--fmt-action`. (diff)
downloadpants.el-20b4e81deb9d8e89bc8d2fc76df92acdd45853d5.tar.gz
Don't require 'ivy'. We will support multiple completion systems.
-rw-r--r--pants.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/pants.el b/pants.el
index 19dfa88..88e2537 100644
--- a/pants.el
+++ b/pants.el
@@ -4,7 +4,6 @@
 
 ;;; Code:
 (require 'compile)
-(require 'ivy)
 (require 'python)
 
 (defcustom pants-source-tree-root nil