We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f0558 commit af50563Copy full SHA for af50563
helm-bookmark.el
@@ -592,7 +592,8 @@ If `browse-url-browser-function' is set to something else than
592
;; We don't want those actions in helm-find-files bookmarks.
593
unless (memq action '(helm-bookmark-jump-other-frame
594
helm-bookmark-jump-other-window
595
- helm-bookmark-jump-other-tab))
+ helm-bookmark-jump-other-tab
596
+ bookmark-set))
597
collect (cons name action))
598
'(("Browse project" . helm-bookmark-browse-project)) 1))
599
(setf (slot-value source 'keymap) helm-bookmark-find-files-map))
0 commit comments