diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-11-11 14:11:01 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-11-11 14:11:01 -0800 |
commit | eb0d980417acc934a496c0bcb18577c4f314545a (patch) | |
tree | 54657638e1297da1a69bb176edf556c81ec5d9c2 | |
parent | Use the configured completion system. (diff) | |
download | pants.el-eb0d980417acc934a496c0bcb18577c4f314545a.tar.gz |
Remove doc header for ivy.
-rw-r--r-- | pants.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pants.el b/pants.el index 955bd7e..e6f84d7 100644 --- a/pants.el +++ b/pants.el @@ -1,7 +1,5 @@ ;;; pants.el --- A frontend for pants. -;; Package-Requires: ((ivy "0.8.0")) - ;;; Code: (require 'compile) (require 'python) |