Guru-mode

From WikEmacs
Revision as of 19:41, 24 June 2012 by Bozhidar (talk | contribs) (Reverted edits by 37.59.80.67 (talk) to last revision by Bozhidar)
Jump to navigation Jump to search

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

guru-mode
Description helps you to use Emacs effectively
Author Bozhidar Batsov
Maintainer Bozhidar Batsov
Source https://github.com/bbatsov/guru-mode

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