branch: externals/marginalia
commit bbde1114d21676628c9f9209f9edb0b14e6d3939
Author: Omar Antolín <omar.anto...@gmail.com>
Commit: Omar Antolín <omar.anto...@gmail.com>

    Annotate environment variables with their value
---
 marginalia.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/marginalia.el b/marginalia.el
index 48c2a8c..1479fce 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -150,6 +150,7 @@ only with the annotations that come with Emacs) without 
disabling
     (minor-mode . marginalia-annotate-minor-mode)
     (symbol . marginalia-annotate-symbol)
     (variable . marginalia-annotate-variable)
+    (environment-variable . getenv)
     (input-method . marginalia-annotate-input-method)
     (coding-system . marginalia-annotate-coding-system)
     (charset . marginalia-annotate-charset)

Reply via email to