Guru-mode
Jump to navigation
Jump to search
Description | helps you to use Emacs 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