Skip to content

Commit

Permalink
Change linum-mode to display-line-numbers-mode (#1515)
Browse files Browse the repository at this point in the history
Fixes issue #1514
  • Loading branch information
peerst authored May 5, 2024
1 parent 5111381 commit 65136e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/dotemacs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65136e3

Please sign in to comment.