Enable line number in all buffers

This commit is contained in:
Leni Ven 2023-01-30 23:31:40 -08:00
parent 20746f847d
commit ac09fc699f
1 changed files with 3 additions and 1 deletions

View File

@ -95,6 +95,8 @@
(setq +doom-dashboard-ascii-banner-fn #'sun-position-banner)
(global-display-line-numbers-mode)
;; Whitespace mode
(use-package! whitespace
:config
@ -168,7 +170,7 @@
:init
(add-to-list 'auto-mode-alist '("\\.ly\\'" . LilyPond-mode))
:config
(add-hook 'LilyPond-mode-hook #'custom/common-markup-hook)
(add-hook 'LilyPond-mode-hook #'custom/common-program-hook)
)
;; LaTeX