diff options
author | Baitinq <30861839+Baitinq@users.noreply.github.com> | 2024-03-01 00:38:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 00:38:05 +0100 |
commit | 5e6f7841b10c6e8c160510718b89bc0fe5c5a862 (patch) | |
tree | 3522db3ea348586d64a2ebefb6222e078fa8576e /dotfiles | |
parent | Dotfiles: Emacs: Add file watchers (diff) | |
download | nixos-config-5e6f7841b10c6e8c160510718b89bc0fe5c5a862.tar.gz nixos-config-5e6f7841b10c6e8c160510718b89bc0fe5c5a862.tar.bz2 nixos-config-5e6f7841b10c6e8c160510718b89bc0fe5c5a862.zip |
Dotfiles: Emacs: Use relative line numbers
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.emacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs index 0c973a2..0ac44b6 100644 --- a/dotfiles/.emacs +++ b/dotfiles/.emacs @@ -82,7 +82,7 @@ (setq scroll-conservatively 10000) (global-display-line-numbers-mode) - +(setq display-line-numbers-type 'relative) (global-visual-line-mode t) (use-package dashboard |