refactor!(indent-guides): use indent-bars instead
BREAKING CHANGE: This swaps out the `highlight-indent-guides` package with the newer, and proportedly faster, `indent-bars`. Users don't have to make any changes to their config to support this, unless they've heavily reconfigured `highlight-indent-guides`. Ref: https://github.com/orgs/doomemacs/projects/5/views/1?filterQuery=-status%3ARejected%2CDone+indent&pane=issue&itemId=38113671
This commit is contained in:
parent
ac1122ae67
commit
0d9e188b26
5 changed files with 44 additions and 24 deletions
|
@ -1,4 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/indent-guides/packages.el
|
||||
|
||||
(package! highlight-indent-guides :pin "cf352c85cd15dd18aa096ba9d9ab9b7ab493e8f6")
|
||||
(package! indent-bars
|
||||
:recipe (:host github :repo "jdtsmith/indent-bars")
|
||||
:pin "c8376cf4373a6444ca88e88736db7576dedb51d6")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue