branch: externals/indent-bars commit e9b9f26218f9ed3137df48a3184745db408556f8 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
README.md : remove require --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c92e2bd79a..f418340ac6 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,6 @@ Configures `tree-sitter` and `ignore-blank-line` support for an example language ```elisp (use-package indent-bars - :config - (require 'indent-bars-ts) ; not needed with straight :custom (indent-bars-no-descend-lists t) ; no extra bars in continued func arg lists (indent-bars-treesit-support t)