Guru-mode

From WikEmacs
Revision as of 05:59, 25 June 2012 by Bozhidar (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
guru-mode
Description a minor-mode that helps you to use Emacs more effectively
Author Bozhidar Batsov
Maintainer Bozhidar Batsov
Source https://github.com/bbatsov/guru-mode

guru-mode disables some common keybindings and suggests the use of the established Emacs alternatives instead.

Basic setup

(add-to-list 'load-path "/path/to/guru-mode/directory")
(require 'guru-mode)
(guru-mode +1) ;; to enable in all buffers

Helpful keybindings

Common Customization

See Also

Project Pages

Tutorial Pages