Difference between revisions of "Guru-mode"
Jump to navigation
Jump to search
m (Reverted edits by 37.59.80.67 (talk) to last revision by Bozhidar) |
|||
| Line 1: | Line 1: | ||
{{Package | {{Package | ||
|name=guru-mode | |name=guru-mode | ||
| − | |description=helps you to use Emacs effectively | + | |description=a minor-mode that helps you to use Emacs more effectively |
|author=[[User:Bozhidar | Bozhidar Batsov]] | |author=[[User:Bozhidar | Bozhidar Batsov]] | ||
|maintainer=[[User:Bozhidar | Bozhidar Batsov]] | |maintainer=[[User:Bozhidar | Bozhidar Batsov]] | ||
Revision as of 05:59, 25 June 2012
| 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