Skip to content

Commit

Permalink
Potentially fixed the Quick Start example
Browse files Browse the repository at this point in the history
I assume you wanted first use-package declaration to address sideline, not sideline-flycheck? Because using two use-package declarations for same package can allegedly cause unexpected behaviour, and also the first use-package declaration looks sideline specific, not sideline-flycheck specific.
  • Loading branch information
Martinsos authored Jan 29, 2025
1 parent bce7bbc commit 1354519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## 🔨 Quickstart

```elisp
(use-package sideline-flycheck
(use-package sideline
:hook (flycheck-mode . sideline-mode)
:init
(setq sideline-backends-right '(sideline-flycheck)))
Expand Down

0 comments on commit 1354519

Please sign in to comment.