Difference between revisions of "Guru-mode"

From WikEmacs
Jump to navigation Jump to search
(Anh con Ta cung nhau nhin nap)
(add category)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Hello my friend heres my new gig easy as it looks Ill send u a total of 5350++ backlinks to your website in 2 tiers. This gig its for 1 website and up to 5 keywords. First tier to your main website 350 page rank 1-5 and the the second tier of 5000 profile backlinks pointing to your first tier.Ill send u a report in a txt file in less than 48 hours.Any question just send me a private message
+
{{Package
 +
|name=guru-mode
 +
|description=a minor-mode that helps you to use Emacs more effectively
 +
|author=[[User:Bozhidar | Bozhidar Batsov]]
 +
|maintainer=[[User:Bozhidar | 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 ==
 +
 
 +
<source lang="lisp">
 +
(add-to-list 'load-path "/path/to/guru-mode/directory")
 +
(require 'guru-mode)
 +
(guru-mode +1) ;; to enable in all buffers
 +
</source>
 +
 
 +
== Helpful keybindings ==
 +
 
 +
== Common Customization ==
 +
 
 +
== See Also ==
 +
 
 +
* [[Prelude]]
 +
 
 +
== Project Pages ==
 +
* [https://github.com/bbatsov/guru-mode GitHub Repo]
 +
 
 +
== Tutorial Pages ==
 +
 
 +
[[Category:Convenience]][[Category:Third Party Package]]
 +
 
 +
[[Category:Expert]]

Latest revision as of 09:36, 16 May 2017

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