From 6a3531e3a116f5cbdaa77c73781e84b197512541 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Wed, 27 Dec 2023 20:46:42 -0800 Subject: [PATCH] Update doc --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c97081e..b4f3fab 100644 --- a/README.md +++ b/README.md @@ -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)