Emacs: Mark display-line-colors as built-in.
This commit is contained in:
parent
8dd8947c47
commit
97ccaa3a29
|
@ -111,6 +111,7 @@
|
||||||
|
|
||||||
;; Show line numbers on the left side of the buffer.
|
;; Show line numbers on the left side of the buffer.
|
||||||
(use-package display-line-numbers
|
(use-package display-line-numbers
|
||||||
|
:straight (:type built-in)
|
||||||
:demand t
|
:demand t
|
||||||
:if (>= emacs-major-version 26)
|
:if (>= emacs-major-version 26)
|
||||||
:config (progn (defun my/disable-line-numbers ()
|
:config (progn (defun my/disable-line-numbers ()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user