All Projects → tom-tan → Hlinum Mode

tom-tan / Hlinum Mode

This library extends linum-mode to highlight current line number.

Labels

Projects that are alternatives of or similar to Hlinum Mode

Emacs Libvterm
Emacs libvterm integration
Stars: ✭ 929 (+3103.45%)
Mutual labels:  emacs
Dakrone Light Theme
Dakrone's custom light Emacs theme
Stars: ✭ 9 (-68.97%)
Mutual labels:  emacs
Darkmine Theme
Yet another emacs dark color theme
Stars: ✭ 10 (-65.52%)
Mutual labels:  emacs
Assess
Test support functions for Emacs
Stars: ✭ 26 (-10.34%)
Mutual labels:  emacs
.emacs.d
bdd's Emacs configuration, split from bdd/.dotfiles/emacs directory.
Stars: ✭ 8 (-72.41%)
Mutual labels:  emacs
Irony Mode
A C/C++ minor mode for Emacs powered by libclang
Stars: ✭ 851 (+2834.48%)
Mutual labels:  emacs
Emacs Slack
slack client for emacs
Stars: ✭ 928 (+3100%)
Mutual labels:  emacs
Cfgs
My personal configs
Stars: ✭ 14 (-51.72%)
Mutual labels:  emacs
Metamorph
Transform your code in turing-complete ways
Stars: ✭ 9 (-68.97%)
Mutual labels:  emacs
Doxymacs
Doxymacs is Doxygen + {X}Emacs.
Stars: ✭ 10 (-65.52%)
Mutual labels:  emacs
Perfect Margin
[emacs] auto center emacs windows, work with minimap and/or linum-mode
Stars: ✭ 26 (-10.34%)
Mutual labels:  emacs
Emacs Datetime
Stars: ✭ 8 (-72.41%)
Mutual labels:  emacs
Bonjourmadame
Say "Hello ma'am!"
Stars: ✭ 9 (-68.97%)
Mutual labels:  emacs
Danneskjold Theme
Beautiful high-contrast emacs theme
Stars: ✭ 26 (-10.34%)
Mutual labels:  emacs
Nano Emacs
GNU Emacs / N Λ N O - Emacs made simple
Stars: ✭ 872 (+2906.9%)
Mutual labels:  emacs
Org Treescope.el
Provides a time and priority based sparse tree interaction mode
Stars: ✭ 25 (-13.79%)
Mutual labels:  emacs
Suscolors Emacs
Colorful theme for Emacs, Inspired by Gruvbox.
Stars: ✭ 9 (-68.97%)
Mutual labels:  emacs
Emacs.dz
Awesome emacs config files
Stars: ✭ 886 (+2955.17%)
Mutual labels:  emacs
Magit Cheatsheet
Stars: ✭ 13 (-55.17%)
Mutual labels:  emacs
Shader Mode
Unity shader editing mode for GNU Emacs
Stars: ✭ 10 (-65.52%)
Mutual labels:  emacs

Notice

This package is obsolete because there is a better alternative in Emacs 26 and later.

Emacs 26 officially provides the display-line-numbers function to show the line numbers and you can use the line-number-current-line face to highlight the current line number. They show the better performance than linum-mode and hlinum-mode.

hlinum-mode

This library extends linum-mode to highlight current line number. It requires Emacs 24.4 or later.

To use this package, add these lines to your .emacs file:

    (require 'hlinum)
    (hlinum-activate)

And by using M-x linum-mode, you can see line numbers with highlighting current line number.

You can customize the color of highlighting current line by changing linum-highlight-face. By default, hlinum highlights current line only in the active buffer. To highlight current line in all buffers, change linum-highlight-in-all-buffersp to t.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].