Enable relative line numbers

This commit is contained in:
Marcus Kammer 2019-07-10 09:14:10 +02:00
parent 1e937d8be4
commit 07fcf9eba6

View file

@ -40,7 +40,6 @@ There are two things you can do about this warning:
'(custom-safe-themes
(quote
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
'(delete-selection-mode nil)
'(diary-file "~/Documents/Diary/diary")
'(display-battery-mode nil)
'(display-line-numbers (quote relative))
@ -55,7 +54,6 @@ There are two things you can do about this warning:
("Asia/Tokyo" "Tokyo"))))
'(fill-column 72)
'(font-lock-maximum-decoration t)
'(global-display-line-numbers-mode t)
'(global-font-lock-mode t)
'(global-hl-line-mode t)
'(indent-tabs-mode nil)
@ -112,7 +110,6 @@ There are two things you can do about this warning:
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(when (display-graphic-p) (add-to-list 'default-frame-alist '(font . "Hack-11")))
;; UTF-8 FTW