[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/eglot-inactive-regions 2d93c0cab0 04/66: forgot some packa
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/eglot-inactive-regions 2d93c0cab0 04/66: forgot some package comment |
Date: |
Fri, 6 Dec 2024 06:59:50 -0500 (EST) |
branch: elpa/eglot-inactive-regions
commit 2d93c0cab0f82f2a554e16c5f5b1354ff29e707b
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Commit: Filippo Argiolas <filippo.argiolas@gmail.com>
forgot some package comment
---
eglot-clangd-inactive-regions.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/eglot-clangd-inactive-regions.el b/eglot-clangd-inactive-regions.el
index 5d7fffe5c6..1e0243aa86 100644
--- a/eglot-clangd-inactive-regions.el
+++ b/eglot-clangd-inactive-regions.el
@@ -29,6 +29,8 @@
;; It listens to inactiveRegions server notifications and use them to
;; darken inactive code
+;;; Code:
+
(require 'eglot)
(require 'cl-lib)
@@ -114,3 +116,5 @@ depending on current theme."
(ecir--darken-region beg end
eglot-clangd-inactive-regions-opacity)))))
(provide 'eglot-clangd-inactive-regions)
+
+;;; eglot-clangd-inactive-regions.el ends here
- [nongnu] elpa/eglot-inactive-regions 26f3b61b45 51/66: readme update, (continued)
- [nongnu] elpa/eglot-inactive-regions 26f3b61b45 51/66: readme update, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions badb4e403a 46/66: cleanup on major mode changes, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions a810593308 59/66: bump version to 0.6, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 7e4eb584e0 61/66: fallback to deprecated functions, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 6ac373dfd0 62/66: bump version after emacs-devel review, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 3569bd5dc7 24/66: Properly enable/clean up state on minor mode toggle, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 3b248e0684 37/66: Update install section in README.md, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 3ca295f189 45/66: switch to global minor mode, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 15259e94b2 50/66: move to defcustoms for customization, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 5b48f4940d 54/66: rename shading method to shading style, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 2d93c0cab0 04/66: forgot some package comment,
ELPA Syncer <=
- [nongnu] elpa/eglot-inactive-regions 3cb6ed0bc4 34/66: update README.md, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 5e08869dd6 36/66: Bump version to 0.3, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 89ffc22d6f 49/66: rename main package file, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 7a9e3ac805 57/66: refactor and cleanup, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 12794454af 41/66: properly check if mode is enabled, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions f4a79c0d0f 35/66: Remove a couple of setq-s to make byte compiler happy, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 4a33baf9e6 52/66: no need to enable extra caps for ccls, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions 2c83a3230d 66/66: bump release after elpaignore inclusion, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions b6f05af2bc 64/66: bump version, ELPA Syncer, 2024/12/06
- [nongnu] elpa/eglot-inactive-regions e3d63eeac0 43/66: revert to deprecated eglot functions, ELPA Syncer, 2024/12/06