emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/guru-mode 79cd8a3 31/42: Tweak some markup


From: ELPA Syncer
Subject: [nongnu] elpa/guru-mode 79cd8a3 31/42: Tweak some markup
Date: Wed, 11 Aug 2021 09:58:31 -0400 (EDT)

branch: elpa/guru-mode
commit 79cd8a3d5e91e2d5c3d359b70955b0ce37af8c08
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Tweak some markup
---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 4cc63ab..ada7ce3 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+# guru-mode
+
 ## Synopsis
 
 Guru mode disables some common keybindings and suggests the use of the
@@ -10,7 +12,7 @@ established Emacs alternatives instead.
 Just drop `guru-mode.el` somewhere in your `load-path`. I favour the
 folder `~/.emacs.d/vendor`:
 
-```lisp
+```emacs-lisp
 (add-to-list 'load-path "~/emacs.d/vendor")
 (require 'guru-mode)
 ```
@@ -31,20 +33,20 @@ action.
 
 You can enable `guru-mode` globally like this:
 
-```lisp
+```emacs-lisp
 (guru-global-mode +1)
 ```
 
 Most likely you'd like to enable `guru-mode` only in specific modes
 (like `prog-mode` in Emacs 24):
 
-```lisp
+```emacs-lisp
 (add-hook 'prog-mode-hook 'guru-mode)
 ```
 
 If you only want to get warnings when you the arrow keys use the following 
config:
 
-```lisp
+```emacs-lisp
 (setq guru-warn-only t)
 ```
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]