Browse Source

show line numbers in YAML files

master
Fr3deric 4 years ago
parent
commit
86c96507f5
  1. 1
      init.el

1
init.el

@ -39,6 +39,7 @@ @@ -39,6 +39,7 @@
;; display line numbers on the left
(add-hook 'prog-mode-hook #'display-line-numbers-mode)
(add-hook 'yaml-mode-hook #'display-line-numbers-mode)
;; indicate changed lines in version-controlled files
(global-diff-hl-mode)

Loading…
Cancel
Save