Skip to content

emacs-helm/helm-bm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%