feat: show line numbers
This commit is contained in:
parent
4aeb92eb6f
commit
8ba598127b
1 changed files with 7 additions and 0 deletions
|
|
@ -218,6 +218,13 @@ Show function we are currently in in the mode-line.
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Line-numbers
|
||||||
|
|
||||||
|
Show line numbers.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(global-display-line-numbers-mode t)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** Abbrev
|
** Abbrev
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue