Skip to content

Commit af50563

Browse files
Remove bookmark-set from HFF bmks actions
1 parent c5f0558 commit af50563

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helm-bookmark.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,8 @@ If `browse-url-browser-function' is set to something else than
592592
;; We don't want those actions in helm-find-files bookmarks.
593593
unless (memq action '(helm-bookmark-jump-other-frame
594594
helm-bookmark-jump-other-window
595-
helm-bookmark-jump-other-tab))
595+
helm-bookmark-jump-other-tab
596+
bookmark-set))
596597
collect (cons name action))
597598
'(("Browse project" . helm-bookmark-browse-project)) 1))
598599
(setf (slot-value source 'keymap) helm-bookmark-find-files-map))

0 commit comments

Comments
 (0)