diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-11-11 14:06:25 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-11-11 14:06:25 -0800 |
| commit | f001875f6169866cc0cef2db2c3f8a48eb91c8e8 (patch) | |
| tree | 368cda096db56c116babd8132fa0642072ec3e20 | |
| parent | Add `:group' and `:type' to all the `defcustom`. (diff) | |
| download | pants.el-f001875f6169866cc0cef2db2c3f8a48eb91c8e8.tar.gz | |
Rename `pants--ifmt-action` to `pants--fmt-action`.
| -rw-r--r-- | pants.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ (interactive) (let ((build-file (pants--get-build-file-for-current-buffer))) (if build-file - (pants--build-target-list build-file 'pants--ifmt-action) + (pants--build-target-list build-file 'pants--fmt-action) (error "Could not find %s" pants-build-file)))) (provide 'pants) |
