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
Branches
No related tags found
No related merge requests found
...@@ -241,13 +241,8 @@ Some of my configuration entries where borrowed from other people, see ...@@ -241,13 +241,8 @@ Some of my configuration entries where borrowed from other people, see
;; Highlight current line ;; Highlight current line
(global-hl-line-mode t) (global-hl-line-mode t)
;; Show line number on the left hand side of the code Set line numbers ;; Show line number on the left hand side of the code
;; to alway be of the same same, even if we increase the font size (global-display-line-numbers-mode)
;; 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 matching parenthesis ;; Show matching parenthesis
(show-paren-mode t) (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