/helm-bm

helm sources for bm.el

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

helm-bm.el licence melpa badge melpa stable badge

helm sources for bm.el.

Requirements

Installation

If you're an Emacs 24 user or you have a recent version of package.el you can install helm-bm.el from the MELPA repository.

Configuration

Add the following to your emacs init file.

(require 'helm-bm) ;; Not necessary if using ELPA package
(global-set-key (kbd "C-c b") 'helm-bm)

Basic usage

M-x helm-bm

Show bookmarks of bm.el with helm.