[emacs] Line numbers on all prog modes
Let's try it.
This commit is contained in:
parent
321599dc60
commit
0de7999867
1 changed files with 4 additions and 0 deletions
|
|
@ -340,6 +340,10 @@
|
||||||
;; Install them all:
|
;; Install them all:
|
||||||
;; (mapc #'treesit-install-language-grammar (mapcar #'car treesit-language-source-alist))
|
;; (mapc #'treesit-install-language-grammar (mapcar #'car treesit-language-source-alist))
|
||||||
|
|
||||||
|
;; 2023-08-28 Maybe I like line numbers everywhere? Who can say?
|
||||||
|
(add-hook 'prog-mode-hook 'display-line-numbers-mode)
|
||||||
|
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; Text mode configuration.
|
;; Text mode configuration.
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue