Refactor detection of native display-line-numbers
This commit is contained in:
parent
da7f9019d1
commit
9a4cce8d9a
3 changed files with 6 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
(package! highlight-numbers)
|
||||
(package! highlight-escape-sequences
|
||||
:recipe (:fetcher github :repo "hlissner/highlight-escape-sequences"))
|
||||
(unless (boundp 'display-line-numbers)
|
||||
(unless (locate-library "display-line-numbers")
|
||||
(package! nlinum)
|
||||
(package! nlinum-hl)
|
||||
(package! nlinum-relative))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue