add relative nine numbers

This commit is contained in:
Stefan Schwarz 2021-02-09 12:11:43 +01:00
parent 816770d9d4
commit 1dffb6d9e9

View file

@ -19,8 +19,9 @@
(setq coding-system-for-write 'utf-8 ) (setq coding-system-for-write 'utf-8 )
(setq sentence-end-double-space nil) ; sentence SHOULD end with only a point. (setq sentence-end-double-space nil) ; sentence SHOULD end with only a point.
(setq initial-scratch-message "Welcome in Emacs") ; print a default message in the empty scratch buffer opened at startup (setq initial-scratch-message "Welcome in Emacs") ; print a default message in the empty scratch buffer opened at startup
(setq focus-follows-mouse nil) ; stop popups from getting focus (setq focus-follows-mouse nil) ; stop popups from getting focus
(setq mouse-autoselect-window nil) ; stop popups from getting focus (setq mouse-autoselect-window nil) ; stop popups from getting focus
(setq display-line-numbers 'relative) ; show relative line-numers
;; global keybindings ;; global keybindings
(global-set-key (kbd "C-k") 'previous-line) (global-set-key (kbd "C-k") 'previous-line)