File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
99This package provides visible, buffer local, bookmarks and the ability
@@ -40,7 +40,7 @@ Installation:
4040-------------
4141
4242To 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```
4646or
@@ -70,6 +70,7 @@ Click on fringe to toggle bookmarks, and use mouse wheel to move between them.
7070```
7171If 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```
7576If you would like to cycle bookmark in LIFO order, add the following line:
You can’t perform that action at this time.
0 commit comments