Skip to content

Commit

Permalink
feat: display line number in toml-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Oct 8, 2024
1 parent 47a49fe commit 13ac08c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lisp/init-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,10 @@
;; Show line numbers
(use-package display-line-numbers
:ensure nil
:hook ((prog-mode yaml-mode yaml-ts-mode conf-mode) . display-line-numbers-mode)
:hook ((prog-mode
conf-mode toml-ts-mode
yaml-mode yaml-ts-mode)
. display-line-numbers-mode)
:init (setq display-line-numbers-width-start t))

;; Suppress GUI features
Expand Down

0 comments on commit 13ac08c

Please sign in to comment.