diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-11-11 14:06:57 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-11-11 14:06:57 -0800 |
commit | 20b4e81deb9d8e89bc8d2fc76df92acdd45853d5 (patch) | |
tree | 660888258104f2ad3d4a1301710bf63ddc28632b | |
parent | Rename `pants--ifmt-action` to `pants--fmt-action`. (diff) | |
download | pants.el-20b4e81deb9d8e89bc8d2fc76df92acdd45853d5.tar.gz |
Don't require 'ivy'. We will support multiple completion systems.
-rw-r--r-- | pants.el | 1 |
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 |