emacs-elpa-diffs
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]