mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
23 lines
697 B
Org Mode
23 lines
697 B
Org Mode
|
:PROPERTIES:
|
||
|
:ID: 921e105a-01ff-4ab3-9478-4d967a61ff3f
|
||
|
:ROAM_REFS: https://github.com/minad/marginalia
|
||
|
:END:
|
||
|
#+title: Marginalia
|
||
|
#+filetags: emacs-load
|
||
|
|
||
|
# SPDX-FileCopyrightText: 2022 Richard Brežák <richard@brezak.sk>
|
||
|
#
|
||
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||
|
|
||
|
#+BEGIN_QUOTE
|
||
|
This package provides marginalia-mode which adds marginalia to the minibuffer completions. Marginalia are marks or annotations placed at the margin of the page of a book or in this case helpful colorful annotations placed at the margin of the minibuffer for your completion candidates.
|
||
|
#+END_QUOTE
|
||
|
|
||
|
#+BEGIN_SRC emacs-lisp
|
||
|
(use-package marginalia
|
||
|
:straight t
|
||
|
:init
|
||
|
(marginalia-mode))
|
||
|
#+END_SRC
|
||
|
|