Skip to content

Commit

Permalink
Put common var ontop.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jul 8, 2019
1 parent 76c3d65 commit 93aec61
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions README.md
Expand Up @@ -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`
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 93aec61

Please sign in to comment.