Skip to content

Commit 8547030

Browse files
committed
Updated the README.md
1 parent bb572a8 commit 8547030

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CI](https://github.com/joodland/bm/actions/workflows/test.yml/badge.svg)](https://github.com/joodland/bm/actions/workflows/test.yml)
44

55

6-
Visible bookmarks in buffer for GNU Emacs 26.x, 27.x, 28.x, 29.x
6+
Visible bookmarks in buffer for GNU Emacs 28.x, 29.x, 30.x
77
=====================
88

99
This package provides visible, buffer local, bookmarks and the ability
@@ -40,7 +40,7 @@ Installation:
4040
-------------
4141

4242
To use bm.el, put it in your load-path and add the following to your .emacs
43-
```emacs-lisp
43+
```emacs-lisp
4444
(require 'bm)
4545
```
4646
or
@@ -70,6 +70,7 @@ Click on fringe to toggle bookmarks, and use mouse wheel to move between them.
7070
```
7171
If you would like the markers on the right fringe instead of the left, add the following line:
7272
```emacs-lisp
73+
(setq bm-highlight-style 'bm-highlight-line-and-fringe)
7374
(setq bm-marker 'bm-marker-right)
7475
```
7576
If you would like to cycle bookmark in LIFO order, add the following line:

0 commit comments

Comments
 (0)