NonGNU ELPA - hl-column

hl-column

Description
Highlight the current column
Latest
hl-column-1.0.tar, 2022-Nov-28, 50.0 KiB
Maintainer
Akib Azmain Turja <akib@disroot.org>
Website
https://codeberg.org/akib/emacs-hl-column
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET hl-column RET

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