[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 0500330d87 070/431: README: mention after-m
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 0500330d87 070/431: README: mention after-make-frame-hook |
Date: |
Mon, 16 Sep 2024 12:59:15 -0400 (EDT) |
branch: externals/indent-bars
commit 0500330d87c77c90c70af42018947bfbca554622
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
README: mention after-make-frame-hook
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 8f7409e82e..9868088d4c 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,15 @@ To clone with `use-package` and `straight`, add to config:
:straight (indent-bars :type git :host github :repo "jdtsmith/indent-bars")
:hook ((python-mode yaml-mode) . indent-bars-mode)) ; or whichever modes you
prefer
```
+
+## With `--daemon`
+If you open files via emacsclient which start emacs, and for which
`indent-bars` will be enabled using the emacs daemon, you may need to delay
loading until after the server-start, e.g.:
+
+```elisp
+ :hook
+ (server-after-make-frame-hook . (lambda () (add-hook 'prog-mode-hook
'indent-bars-mode)))
+```
+
## Compatibility
For `indent-bars` to work, your port and version of emacs must correctly
display the `:stipple` face attribute. **Most do.**
- [elpa] externals/indent-bars 0769d70591 010/431: add window-state-change hooks for recalculating stipple, (continued)
- [elpa] externals/indent-bars 0769d70591 010/431: add window-state-change hooks for recalculating stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 471b0920b0 012/431: improve comments, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4e31151a0d 015/431: improve comments, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f8d5e25527 030/431: bug fix for long patterns, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars eab376d061 041/431: Allow background color on current depth highlight, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 253cf0d9bc 042/431: Improve spacing-override customize, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 71472e3cce 040/431: sub-headings, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f608dce7a6 046/431: Convert examples from org to md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b4995ad103 058/431: README: add hl-indent-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f109140fcb 047/431: examples.md: added images, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0500330d87 070/431: README: mention after-make-frame-hook,
ELPA Syncer <=
- [elpa] externals/indent-bars 6e33272206 086/431: Ensure daemon-mode deferred setup runs in current buffer, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 21b84f400d 079/431: README: improvments and describe new non-stipple display options, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 213033e60e 100/431: Allow :blend by itself for current depth, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars be6a67cda4 093/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4501c7e884 119/431: ts-lang -> ts-parser: cache parser instead of lang, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 026ee80a27 028/431: commentary: improve, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ca9b1a630f 035/431: setup: slight re-org, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1215185bfb 033/431: draw: return object (if any), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 00c4e12bbd 036/431: allow highlighting single blank lines, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1a5f016740 032/431: blank line bars: correctly mark final line bars, ELPA Syncer, 2024/09/16