From a788e1a88e34808be83e770a8157d7131c7af0b1 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Tue, 13 Oct 2015 13:41:48 +0200 Subject: [PATCH] Markup fixes This makes all Notes in DOCUMENTATION.org be *Note*: and changes the markup around the spacemacs init file path in jabbers README.org to proper org markup. --- doc/DOCUMENTATION.org | 6 +++--- layers/jabber/README.org | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 5dab148be..29d3cc11a 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -252,9 +252,9 @@ It is even possible to exclude /any/ unwanted packages. /Terminal (urxvt)/ [[file:img/spacemacs-urxvt.png]] -/Note: Even though screenshots are updated frequently, =Spacemacs= is evolving +*Note*: Even though screenshots are updated frequently, =Spacemacs= is evolving quickly and the screenshots may not reflect exactly the current state of the -project./ +project. * Who can benefit from this? =Spacemacs= is first intended to be used by *Vim users* who want to go to the @@ -2019,7 +2019,7 @@ selection. It is pretty useful combined with the [[#region-selection][expand-region]] bindings. -/Note:/ If the current state is not the =visual state= then pressing ~*~ uses +*Note*: If the current state is not the =visual state= then pressing ~*~ uses [[#auto-highlight-symbols][auto-highlight-symbol]] and its micro-state. *** Listing symbols by semantic diff --git a/layers/jabber/README.org b/layers/jabber/README.org index eb762ba35..74a89c147 100644 --- a/layers/jabber/README.org +++ b/layers/jabber/README.org @@ -15,7 +15,7 @@ This layer adds keybindings for jabber.el. jabber.el is a Jabber (XMPP) client for Emacs * Install -To use this contribution layer add it to your `~/.spacemacs` +To use this contribution layer add it to your =~/.spacemacs= #+begin_src emacs-lisp (set-default dotspacemacs-configuration-layers '(jabber)) #+end_src