From 65136e32b14ef2249a441eeee9ea90abebfa2232 Mon Sep 17 00:00:00 2001 From: Peer Stritzinger Date: Sun, 5 May 2024 14:59:57 -0500 Subject: [PATCH] Change linum-mode to display-line-numbers-mode (#1515) Fixes issue #1514 --- misc/dotemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/dotemacs b/misc/dotemacs index 77ac8b0af..e20021b99 100644 --- a/misc/dotemacs +++ b/misc/dotemacs @@ -41,7 +41,7 @@ (setq lsp-log-io t) ;; Show line and column numbers -(add-hook 'erlang-mode-hook 'linum-mode) +(add-hook 'erlang-mode-hook #'display-line-numbers-mode) (add-hook 'erlang-mode-hook 'column-number-mode) ;; Enable and configure the LSP UI Package