From 5094c99383e6d8c81db0db435d0098c3a300e5eb Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 18 Dec 2022 22:32:21 +0100 Subject: Replace linum with display-line-numbers The latter is better, faster and supported by the catppuccin theme. --- emacs-init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'emacs-init.el') diff --git a/emacs-init.el b/emacs-init.el index fe4dab87..2f4d1140 100644 --- a/emacs-init.el +++ b/emacs-init.el @@ -134,8 +134,11 @@ :after (evil) :bind (("tR" . rainbow-mode))) -(use-package linum - :hook prog-mode) +(use-package display-line-numbers + ;; Included in Emacs >= 26. Better than `linum-mode'. + ;; There is also `global-display-line-numbers-mode', but that also + ;; enables line numbers in help windows, which I don't want. + :hook (prog-mode conf-mode)) (use-package which-key :commands (which-key-mode) :demand t -- cgit v1.2.3