porglezomp-misc / helm-pages

A Helm data source for pages in the current buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://melpa.org/packages/helm-pages-badge.svg

Helm Pages

Introduction

This packages introduces a command, helm-pages, that displays the first lines of pages in the current buffer using Helm.

./doc/helm-pages.png

Installation

Install the package from MELPA. See the Emacs Wiki for instructions on using MELPA.

Usage

Bind the helm-pages command to a key sequence, e.g.

(global-set-key (kbd "M-p") #'helm-pages)

Or, invoke it manually using M-x helm-pages.

About

A Helm data source for pages in the current buffer

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%