hl-column
- Description
- Highlight the current column
- Latest
- hl-column-1.0.tar (.sig), 2024-Mar-31, 50.0 KiB
- Maintainer
- Akib Azmain Turja <akib@disroot.org>
- Atom feed
- hl-column.xml
- Website
- https://codeberg.org/akib/emacs-hl-column
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
Provides a local minor mode (toggled by M-x hl-column-mode
) and a
global minor mode (toggled by M-x global-hl-column-mode
) to
highlight, on a suitable terminal, the line on which point is.
You probably don't really want to use the global mode; if the cursor
is difficult to spot, try changing its color, relying on
blink-cursor-mode
or both.
1. Installation
Hl-Column isn't available on any ELPA right now. So, you have to follow one of the following methods:
1.1. Quelpa
(quelpa '(hl-column :fetcher git :url "https://codeberg.org/akib/emacs-hl-column.git"))
1.2. Straight.el
(straight-use-package '(hl-column :type git :repo "https://codeberg.org/akib/emacs-hl-column.git"))
1.3. Manual
Download hl-column.el
and put it in your load-path
.
Old versions
hl-column-0.1.tar.lz | 2022-Nov-27 | 13.5 KiB |