emacs-prelude/core
Tu Do ed4036f95d Add discover-my-major
A better interface for getting information about major mode features. It can
complement the built-in "C-h m" (describe-mode): "C-h m" can be thought of
a full mode help, while discover-my-major a quick mode help, in the following
ways:

- Show key binding with description
- Cursor is automatically switched to discover-my-major help buffer, and to quit
the help buffer, simply press 'q'. In stock "C-h m", user has to manually switch,
scroll up/down to look for major mode commands. Finally, user closes the buffer
either by "C-x 0", or winner-mode undo (C-c <left>), which requires more key strokes.
- Display just enough information. In "C-h m", it displays every thing, from
major mode to minor modes, enabling minor modes and description of every modes.
- More polished user interface.

It's also better than smex-major-mode-commands, since smex-major-mode-commands
does not show key bindings and description.
2014-05-27 10:40:10 +07:00
..
prelude-core.el Merge pull request #525 from bixuanzju/2-commits-squashed 2014-05-26 09:44:37 +03:00
prelude-custom.el Fix suggested use of prelude-user-init-file 2014-05-15 23:16:53 -07:00
prelude-editor.el Newline at end of file 2014-05-27 00:05:29 +08:00
prelude-global-keybindings.el Define a few keybindings in terms of help-command 2014-05-26 19:02:46 +03:00
prelude-mode.el Add discover-my-major 2014-05-27 10:40:10 +07:00
prelude-osx.el Code style 2014-04-13 11:46:49 +03:00
prelude-packages.el Add discover-my-major 2014-05-27 10:40:10 +07:00
prelude-ui.el Revert "Enable desktop-save-mode by default" 2014-04-25 14:06:36 +03:00