An open API service indexing awesome lists of open source software.

https://github.com/coldnew/linum-ace

make line-number as ace-jump-line-mode does
https://github.com/coldnew/linum-ace

Last synced: 10 months ago
JSON representation

make line-number as ace-jump-line-mode does

Awesome Lists containing this project

README

          

#+OPTIONS: num:nil
#+STARTUP: odd
#+Style: h1,h2,h3 {font-family: arial, helvetica, sans-serif}

* Overview

linum-ace is a linum plugin which inspired from ace-jump-mode,
but you can use this plugin without install ace-jump-mode.

(for chinese user, you can see *README_zh.org*)

* Installation (Traditional Way)

Download linum-ace from Github

: git clone https://github.com/coldnew/linum-ace.git

Add linum-ace directory to your load path and then add following code to your dot emacs config.

: (require 'linum-ace)

* Installation (el-get Users)

If you are el-get user, you can simply create a recips to install linum-ace.

: (:name linum-ace
: :type github
: :pkgname coldnew/linum-ace
: :features linum-ace)

* Usage

linum-ace will not auto show on linum-mode by default. You can use linum-ace-toggle to toggle linum-ace or

default linum-format. If you want to always use linum-ace put following code in your .emacs

: (setq linum-format 'linum-ace)

* Screenshot

Following are the screenshot

[[https://github.com/coldnew/linum-ace/raw/master/screenshot/screenshot1.jpg]]