Emacs_Editor_IDE/emacs.d_init.el설정
display-line - Relative Number Setting
내인생PLUS
2022. 8. 19. 05:51
728x90
.emacs.d/init.el
init.el추가
(global-display-line-numbers-mode 1)
(setq display-line-numbers-type 'relative)
https://stackoverflow.com/questions/6874516/relative-line-numbers-in-emacs
Relative Line Numbers In Emacs
Does anyone know how if something like this Vim Relative Line Numbers exists for emacs? I use vimpulse, and man, that would be super handy to have! I know some lisp, so if it doesn't, I could try t...
stackoverflow.com
반응형