home ~ projects ~ socials

Display Regular And Relative Line Numbers In Emacs

You can call these, but I had trouble with them in the ~/.spacemacs file under the user config section.

TODO: Try it outside of that to see what happens. But for now using this

(setq display-line-numbers t)
(setq display-line-numbers 'relative)
-- end of line --