|
|
|
|
@ -571,20 +571,7 @@ |
|
|
|
|
,(propertize "×" 'face 'flyspell-margin-incorrect)))) |
|
|
|
|
#+end_src |
|
|
|
|
** Fringe treatment |
|
|
|
|
*** TODO try linum-relative |
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
|
; (require 'linum-relative) |
|
|
|
|
; (linum-relative-mode 1) |
|
|
|
|
#+end_src |
|
|
|
|
Add line numbers globally |
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
|
; (global-linum-mode 1) |
|
|
|
|
#+end_src |
|
|
|
|
Highlight also the linum in the fringe |
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
|
; (require 'hlinum) |
|
|
|
|
; (hlinum-activate) |
|
|
|
|
#+end_src |
|
|
|
|
*** Add margin marker for current line |
|
|
|
|
Add marker for current line in the margin (see |
|
|
|
|
[https://github.com/kyanagi/fringe-current-line] and |
|
|
|
|
[https://github.com/nschum/fringe-helper.el] for inspiration) |
|
|
|
|
|