branch: elpa/auto-dim-other-buffers commit 8b1d8803b5e64390d2004fe6dd21c756131551e7 Author: Michal Nazarewicz <min...@mina86.com> Commit: Michal Nazarewicz <min...@mina86.com>
Fix Markdown formatting in README file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b19aa2ebd..f0c6234bc7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # auto-dim-other-buffers.el -The `auto-dim-other-buffers-mode' is a global minor mode which +The `auto-dim-other-buffers-mode` is a global minor mode which makes non-current buffer less prominent making it more apparent which window has a focus. @@ -15,8 +15,8 @@ Once installed, the mode can be turned on (globally) with: M-x auto-dim-other-buffers-mode RET -To make the mode enabled every time Emacs starts, add the following -to Emacs initialisation file (~/.emacs or ~/.emacs.d/init.el): +To make the mode enabled every time Emacs starts, add the following to +Emacs initialisation file (`~/.emacs` or `~/.emacs.d/init.el`): (add-hook 'after-init-hook (lambda () (when (fboundp 'auto-dim-other-buffers-mode)