mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disable line numbers in dashboard
They look ugly when large margins are involved.
This commit is contained in:
@ -182,6 +182,8 @@ PLIST can have the following properties:
|
|||||||
;; Don't scroll to follow cursor
|
;; Don't scroll to follow cursor
|
||||||
(setq-local scroll-preserve-screen-position nil)
|
(setq-local scroll-preserve-screen-position nil)
|
||||||
(setq-local auto-hscroll-mode nil)
|
(setq-local auto-hscroll-mode nil)
|
||||||
|
;; Line numbers are ugly with large margins
|
||||||
|
(setq-local display-line-numbers-type nil)
|
||||||
(cl-loop for (car . _cdr) in fringe-indicator-alist
|
(cl-loop for (car . _cdr) in fringe-indicator-alist
|
||||||
collect (cons car nil) into alist
|
collect (cons car nil) into alist
|
||||||
finally do (setq fringe-indicator-alist alist))
|
finally do (setq fringe-indicator-alist alist))
|
||||||
|
Reference in New Issue
Block a user