istib / helm-mode-manager

Switch and toggle emacs major and minor modes using Helm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs Helm manager for major and minor modes

Usage

  • install the package: M-x package-install RET helm-mode-manager RET

  • M-x helm-switch-major-mode provides a list of all major modes. Hitting 'RET' enables the mode, C-z shows the mode documentation

  • M-x helm-enable-minor-mode provides a list of all inactive minor modes. Hitting 'RET' enables the mode, C-z shows the mode documentation

  • M-x helm-disable-minor-mode provides a list of all ACTIVE minor modes. Hitting 'RET' disables the mode, C-z shows the mode documentation

About

Switch and toggle emacs major and minor modes using Helm


Languages

Language:Emacs Lisp 100.0%