Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 28, 2023
1 parent 754e5c0 commit 6a3531e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
[![CI](https://github.com/emacs-sideline/sideline-eglot/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-sideline/sideline-eglot/actions/workflows/test.yml)

## 🔨 Quickstart

```elisp
(use-package sideline
:init
(setq sideline-backends-right '(sideline-eglot)))
(use-package eglot :hook (eglot-mode . sideline-mode)) ; enable it when eglot is on
```

## 🛠️ Contribute

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
Expand Down

0 comments on commit 6a3531e

Please sign in to comment.