branch: elpa/helm commit e1c5833a34007da970abbb389e27a51fb39dbb0c Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add new action to bookmarks to reset bookmark Useful to reset all bookmarks attributes to position in current buffer. --- helm-types.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-types.el b/helm-types.el index 17d2242672..2caaab1a57 100644 --- a/helm-types.el +++ b/helm-types.el @@ -143,6 +143,7 @@ "Bookmark edit annotation" 'bookmark-edit-annotation "Delete marked bookmark(s)" 'helm-delete-marked-bookmarks "Edit Bookmark" 'helm-bookmark-edit-bookmark + "Reset Bookmark to current pos" 'bookmark-set "Rename marked bookmark(s)" 'helm-bookmark-rename-marked "Relocate bookmark" 'bookmark-relocate) "Default actions for type bookmarks."