Emacs 显示行数
Emacs需要第三方插件显示行号
1 下载 linum.el
2 复制 linum.el 到“/usr/share/emacs/site-lisp/”或者其他 load-path路径下
3 配置 linum.el 到 ~/.emacs
- ;********************************************************
- ; *
- ; * Author : sunboy_2050
- ; * Date : 2012-07-31
- ; * File : ~/.emacs
- ; *
- ; *
- ; ********************************************************/
- (require 'linum)
- ;;; show line numbers in buffer
- ;;; run M-x linum-mode
- ;;; show line numbers in all buffers
- ;;; run M-x global-linum-mode
- (global-linum-mode t)
M-x : Alt + x
输入: linum-mode
5 配置效果如下:
相关推荐
kekenow 2020-06-02
Watanuki00 2020-05-31
kekenow 2020-05-27
applecarelte 2020-05-17
hell0kitty 2020-05-06
严谨死板君 2020-04-26
猫师 2020-03-16
Watanuki00 2020-02-19
nixebo 2020-02-02
Watanuki00 2020-01-31
Watanuki00 2019-11-18
kekenow 2019-10-22
Jouen 2011-09-18
DeanChen 2012-02-21
nixebo 2019-04-04
御前带刀侍卫 2014-12-19
suncrx 2014-12-12
robertzhouxh 2014-03-10