branch: elpa/helm commit af50563801c9970b83d15c5d7250209d746512d5 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove bookmark-set from HFF bmks actions --- helm-bookmark.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-bookmark.el b/helm-bookmark.el index bebba08670..10c90ba704 100644 --- a/helm-bookmark.el +++ b/helm-bookmark.el @@ -592,7 +592,8 @@ If `browse-url-browser-function' is set to something else than ;; We don't want those actions in helm-find-files bookmarks. unless (memq action '(helm-bookmark-jump-other-frame helm-bookmark-jump-other-window - helm-bookmark-jump-other-tab)) + helm-bookmark-jump-other-tab + bookmark-set)) collect (cons name action)) '(("Browse project" . helm-bookmark-browse-project)) 1)) (setf (slot-value source 'keymap) helm-bookmark-find-files-map))