summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-05-25 20:12:53 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-05-25 20:18:08 +0200
commitf234758838bf84b5a4e614ed55e619f878852598 (patch)
tree9c15fb33d1004d816b89950b1fc51fe48e231c89 /helm-types.el
parent84115895421601a82de65d7da6fa0e70a6deb79b (diff)
Run browse project from buffers.
* helm-buffers.el (helm-buffer-map): Bind it. (helm-buffers-browse-project): The action. (helm-buffers-run-browse-project): The interactive wrapper. * helm-types.el (helm-type-buffer-actions): New action. * helm-help.el (helm-buffer-help-message): Document it.
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-types.el b/helm-types.el
index 670ecf48..fcf8f489 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -135,6 +135,8 @@
(lambda () (and (locate-library "elscreen")
"Display buffer in Elscreen"))
'helm-find-buffer-on-elscreen
+ "Browse project from buffer"
+ 'helm-buffers-browse-project
"Query replace regexp `C-M-%'"
'helm-buffer-query-replace-regexp
"Query replace `M-%'" 'helm-buffer-query-replace