Skip to content

emacs-helm/helm-describe-modes

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 

https://melpa.org/packages/helm-describe-modes-badge.svg https://img.shields.io/badge/license-GPLv3-blue.svg

Helm Describe Modes

Introduction

helm-describe-modes provides a Helm interface to Emacs’s describe-mode. It lists the major mode, active minor modes, and inactive minor modes using Helm, and provides actions for each mode.

./doc/modes.png

Usage

Add the following to your init file (e.g. ~/.emacs.d/init.el) to remap describe-mode to helm-describe-modes:

(require 'helm-describe-modes)
(global-set-key [remap describe-mode] #'helm-describe-modes)

For information about the Helm framework, see the Helm project.

Other

This package is heavily inspired by the helm-descbinds package by Taiki Sugawara.

About

Major and minor mode info with Helm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published