-
Notifications
You must be signed in to change notification settings - Fork 0
/
beacon.html
59 lines (50 loc) · 2.75 KB
/
beacon.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE HTML PUBLIC>
<html lang="en" xml:lang="en">
<head>
<title>GNU ELPA - beacon</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" type="image/png" href="../favicon.png">
<link rel="stylesheet" href="//code.cdn.mozilla.net/fonts/fira.css">
<link rel="stylesheet" type="text/css" href="../layout.css">
<script src="../javascript/jquery.min.js" type="text/javascript"></script>
<script src="../javascript/jquery.filtertable.min.js" type="text/javascript"></script>
<script src="../javascript/package-search.js" type="text/javascript"></script>
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,width=device-width" />
</head>
<body>
<div class="wrapper">
<div class="header small">
<div class="container">
<h1><a href="index.html">GNU ELPA</a> - beacon</h1>
</div>
</div>
<div class="container">
<h2 class="package">beacon</h2><dl><dt>Description</dt><dd>Highlight the cursor whenever the window scrolls</dd>
<dt>Latest</dt> <dd><a href="beacon-1.3.3.tar">beacon-1.3.3.tar</a>, 2021-May-19, 2.52 MiB</dd>
<dt>Maintainer</dt> <dd>Artur Malabarba <[email protected]></dd>
<dt>Home page</dt> <dd><a href="https://github.com/Malabarba/beacon">https://github.com/Malabarba/beacon</a></dd>
<dt>Browse ELPA's repository</dt> <dd><a href="https://git.savannah.gnu.org/cgit/emacs/elpa.git/?h=externals/beacon">CGit</a> or <a href="https://git.savannah.gnu.org/gitweb/?p=emacs/elpa.git;a=shortlog;h=refs/heads/externals/beacon">Gitweb</a></dd>
</dl><p>To install this package, run in Emacs:</p>
<pre>M-x <span class="kw">package-install</span> RET <span class="kw">beacon</span> RET</pre><h2>Full description</h2><pre>
This is a global minor-mode. Turn it on everywhere with:
┌────
│ (beacon-mode 1)
└────
Whenever the window scrolls a light will shine on top of your cursor so
you know where it is.
That’s it.
See the accompanying Readme.org for configuration details.
</pre>
<div class="footer">
<div class="container">
<p>Copyright 2016-2021 <a href="https://fsf.org">Free Software Foundation</a>, Inc.</p>
<p>Design provided by <a href="https://nicolas.petton.fr">Nicolas Petton</a></p>
<p>
This website is licensed under the
<a href="https://creativecommons.org/licenses/by-nd/4.0/">CC BY-ND 4.0</a>
International License.
</p>
<p><a href="/jslicense.html" data-jslicense="1">JavaScript Licenses</a></p>
</div>
</div>
</body>