ELPA Logo NonGNU ELPA: hl-column

hl-column Atom Feed

Description
Highlight the current column
Latest
hl-column.tar (.sig), 2024-Mar-31, 0.02 KiB
Maintainer
Other versions:
development version
Website
https://codeberg.org/akib/emacs-hl-column
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.lz2022-Nov-2713.5 KiB