summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-16 08:22:17 -0600
committerCase Duckworth2020-12-16 08:22:17 -0600
commit69bf7c1e174b655471d200fb089d7f0091cd8e3a (patch)
treec0ed6ab66060aeefd2519e39d93a68b9c82e468a /config.org
parentChange exec-path order (diff)
downloademacs-69bf7c1e174b655471d200fb089d7f0091cd8e3a.tar.gz
emacs-69bf7c1e174b655471d200fb089d7f0091cd8e3a.zip
Enable marginalia-mode
Diffstat (limited to 'config.org')
-rw-r--r--config.org13
1 files changed, 3 insertions, 10 deletions
diff --git a/config.org b/config.org index b467882..6ea2062 100644 --- a/config.org +++ b/config.org
@@ -471,17 +471,10 @@ Until the =marginalia-annotators= settles, I’m disabling this section.
471 :host github 471 :host github
472 :repo "minad/marginalia" 472 :repo "minad/marginalia"
473 :branch "main") 473 :branch "main")
474 :custom
475 (marginalia-annotators
476 '((command . marginalia-annotate-command-full)
477 (customize-group . marginalia-annotate-customize-group)
478 (variable . marginalia-annotate-variable)
479 (face . marginalia-annotate-face)
480 (symbol . marginalia-annotate-symbol)
481 (variable . marginalia-annotate-variable)
482 (package . marginalia-annotate-package)))
483 :init 474 :init
484 (marginalia-mode +1)) 475 (marginalia-mode +1)
476 (cuss marginalia-annotators '(marginalia-annotators-heavy
477 marginalia-annotators-light)))
485#+end_src 478#+end_src
486 479
487** Ignore case 480** Ignore case