Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.46 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.46 KB

helm-bm.el licence melpa badge melpa stable badge

helm sources for bm.el.

Requirements

Installation

You can install helm-bm.el from the MELPA repository with

M-x package-install.

Or add this file in your load-path and the following to your Emacs init file:

(autoload 'helm-bm "helm-bm" nil t) ;; Not necessary if using ELPA package.

Configuration

Bind helm-bm to a key of your choice, e.g.

(global-set-key (kbd "C-c b") 'helm-bm)

Show bookmarks from all buffers or only from current buffer according to bm-cycle-all-buffers value.

Basic usage

Bookmark some places with M-x bm-toggle

Then

M-x helm-bm

Show bookmarks of bm.el with helm.