Skip to content
Snippets Groups Projects
Commit 46a508b4 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Switch for old linum-mode to display-line-numbers-mode

parent 068ddf04
No related branches found
No related tags found
No related merge requests found
......@@ -241,13 +241,8 @@ Some of my configuration entries where borrowed from other people, see
;; Highlight current line
(global-hl-line-mode t)
;; Show line number on the left hand side of the code Set line numbers
;; to alway be of the same same, even if we increase the font size
;; This is useful when I stream or do lecture where I need to increase
;; font. As linum does not change the width of the window it uses,
;; things gets messy if the line number font increases
(global-linum-mode t)
(set-face-attribute 'linum nil :height 110)
;; Show line number on the left hand side of the code
(global-display-line-numbers-mode)
;; Show matching parenthesis
(show-paren-mode t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment