From 93aec61c77d7c2ee5fedf1d6908f30a4358236c1 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Mon, 8 Jul 2019 10:43:47 +0800 Subject: [PATCH] Put common var ontop. --- README.md | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index a2502ab..069e8fa 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,22 @@ ## Configuration +Buffer Name List that you do not want this mode to take effect. +```el +(setq line-reminder-ignore-buffer-names '("*Backtrace*" + "*Buffer List*" + "*Checkdoc Status*" + "*Echo Area" + "*helm" + "*Help*" + "magit" + "*Minibuf-" + "*Packages*" + "*run*" + "*shell*" + "*undo-tree*")) +``` + List of face you can customize. * `line-reminder-modified-sign-face` * `line-reminder-saved-sign-face` @@ -48,23 +64,6 @@ If you change the fringe location by altering this variable. ``` -Buffer Name List that you do not want this mode to take effect. -```el -(setq line-reminder-ignore-buffer-names '("*Backtrace*" - "*Buffer List*" - "*Checkdoc Status*" - "*Echo Area" - "*helm" - "*Help*" - "magit" - "*Minibuf-" - "*Packages*" - "*run*" - "*shell*" - "*undo-tree*")) -``` - - ## Usage Enable for all buffers.