Enable relative line numbers
This commit is contained in:
parent
1e937d8be4
commit
07fcf9eba6
1 changed files with 0 additions and 3 deletions
3
init.el
3
init.el
|
@ -40,7 +40,6 @@ There are two things you can do about this warning:
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
(quote
|
(quote
|
||||||
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
|
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
|
||||||
'(delete-selection-mode nil)
|
|
||||||
'(diary-file "~/Documents/Diary/diary")
|
'(diary-file "~/Documents/Diary/diary")
|
||||||
'(display-battery-mode nil)
|
'(display-battery-mode nil)
|
||||||
'(display-line-numbers (quote relative))
|
'(display-line-numbers (quote relative))
|
||||||
|
@ -55,7 +54,6 @@ There are two things you can do about this warning:
|
||||||
("Asia/Tokyo" "Tokyo"))))
|
("Asia/Tokyo" "Tokyo"))))
|
||||||
'(fill-column 72)
|
'(fill-column 72)
|
||||||
'(font-lock-maximum-decoration t)
|
'(font-lock-maximum-decoration t)
|
||||||
'(global-display-line-numbers-mode t)
|
|
||||||
'(global-font-lock-mode t)
|
'(global-font-lock-mode t)
|
||||||
'(global-hl-line-mode t)
|
'(global-hl-line-mode t)
|
||||||
'(indent-tabs-mode nil)
|
'(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.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
)
|
)
|
||||||
|
|
||||||
(when (display-graphic-p) (add-to-list 'default-frame-alist '(font . "Hack-11")))
|
(when (display-graphic-p) (add-to-list 'default-frame-alist '(font . "Hack-11")))
|
||||||
|
|
||||||
;; UTF-8 FTW
|
;; UTF-8 FTW
|
||||||
|
|
Loading…
Add table
Reference in a new issue