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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/marginalia 8a238fb 1/2: README: Describe a simple way t


From: ELPA Syncer
Subject: [elpa] externals/marginalia 8a238fb 1/2: README: Describe a simple way to disable a single annotator (#96)
Date: Wed, 28 Jul 2021 06:57:17 -0400 (EDT)

branch: externals/marginalia
commit 8a238fbe1efd1ed5fa9022eff0c5c9beb587bd82
Author: Rudolf Adamkovič <salutis@me.com>
Commit: GitHub <noreply@github.com>

    README: Describe a simple way to disable a single annotator (#96)
---
 README.org | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.org b/README.org
index a422aab..c8e54f7 100644
--- a/README.org
+++ b/README.org
@@ -55,6 +55,12 @@ commands.
   (marginalia-mode))
 #+end_src
 
+Marginalia shows a large number of annotations by default. To customize which 
annotations show, the user can modify the content of the 
`marginalia-annotator-registry` association list. For instance, if the user 
does not want file listings annotated with file modes, sizes, and modification 
times, they can disable the relevant `file` annotator:
+
+#+begin_src emacs-lisp
+  (assq-delete-all 'file marginalia-annotator-registry)
+#+end_src
+
 * Adding custom annotators or classifiers
 
 Minibuffer completion commands can specify the type of the candidates which are



reply via email to

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