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
- Host: GitHub
- URL: https://github.com/coldnew/linum-ace
- Owner: coldnew
- Created: 2012-05-19T14:19:00.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T16:57:09.000Z (almost 6 years ago)
- Last Synced: 2025-03-05T02:18:54.115Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 546 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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]]