Emacs: Mark display-line-colors as built-in.

This commit is contained in:
tastytea 2020-11-29 09:11:37 +01:00
parent 8dd8947c47
commit 97ccaa3a29
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@
;; Show line numbers on the left side of the buffer.
(use-package display-line-numbers
:straight (:type built-in)
:demand t
:if (>= emacs-major-version 26)
:config (progn (defun my/disable-line-numbers ()