summary refs log tree commit diff
path: root/pants.el
diff options
context:
space:
mode:
Diffstat (limited to 'pants.el')
-rw-r--r--pants.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/pants.el b/pants.el
index 7e5a7a9..ac98da8 100644
--- a/pants.el
+++ b/pants.el
@@ -106,9 +106,11 @@
         (push target targets)))
     (helm
      (helm :sources
-           `((name . "Targets")
+           `((name . "Pants Targets")
              (candidates . ,targets)
-             (action . action))))))
+             (action . action))
+           :buffer "*helm pants targets*"
+           :prompt "pants: "))))
 
 (defun pants--get-build-file-for-current-buffer ()
   "Finds the nearest build file for the current buffer"