dot-emacs VS marginalia

Compare dot-emacs vs marginalia and see what are their differences.

marginalia

:scroll: marginalia.el - Marginalia in the minibuffer (by minad)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dot-emacs marginalia
29 27
182 708
- -
8.1 7.2
about 2 months ago about 1 month ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dot-emacs

Posts with mentions or reviews of dot-emacs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.
  • Packages that you would like to be in emacs core ?
    10 projects | /r/emacs | 11 Dec 2023
    For example, I don't know what "vertico, consult, embark, marginalia, and orderless" is exactly, they're not part of my setup and I guess I don't want them to interfere with it.
  • A less verbose OR more organized modeline
    8 projects | /r/emacs | 17 May 2023
    You can find further optimizations on https://github.com/novoid/dot-emacs/blob/master/config.org when searching for "mode-line".
  • org-agenda - can you log item creation events?
    2 projects | /r/orgmode | 13 May 2023
    You're looking for org-expiry and its (org-expiry-insinuate) as you can see in my config: https://github.com/novoid/dot-emacs/blob/master/config.org
  • My emacs config, with README.org index generated from init.el
    3 projects | /r/emacs | 26 Apr 2023
    You don't have to repeat yourself; it is more about how you write. Literate programming lets you mix different languages as well as text and the code. Check for example Karl Voits. The only remark I can make is that some defvars don't need the comments, since they are written as self-documenting code. For example, 'large-file-warning-threshold' certainly does not need a comment which basically repeats what the name says, but that is not so unusual to see even amongst programmers sometimes.
  • Too many keybindings
    4 projects | /r/emacs | 7 Mar 2023
    For the very same reason, I started to use hydras: https://github.com/abo-abo/hydra - see my config at https://github.com/novoid/dot-emacs/blob/master/config.org
  • "Non-ASCII string must be encoded in advance" when tying to mark a region with non ASCII character(s)
    1 project | /r/emacs | 5 Feb 2023
    The same configuration using Emacs 27.1 also does not have this weird behavior.
  • Does anybody have issues with AutoKey (GNU/Linux) with GNU/Emacs?
    3 projects | /r/emacs | 25 Jan 2023
    Maybe somebody has an idea what I might change in my large setup in order to get rid of this issue ...
  • Manage mentions of people with org-mode
    1 project | /r/orgmode | 16 Oct 2022
    For linking to contacts, I started to use a custom link contact: which I don't use any more since I've found org-super-links which enables me to link to any heading quite fine including contacts.
  • orgmode and everything else
    3 projects | /r/orgmode | 16 Oct 2022
    My personal notes on any task or project are way more verbose than the information curated in shared business environments. I therefore invest work and keep a local Orgdown structure and sync a subset of information manually. I define custom links to Jira, emails, and all other external sources to keep links from my Orgdown files to everything else. This way, my only truth is within my personal knowledge management which simplifies search.
  • Does Org-mode discourage subfolders in org-directory?
    2 projects | /r/orgmode | 16 Oct 2022
    My personal approach is a static list of Orgdown files within a single directory (with very few exceptions) and a manually curated list of agenda files.

marginalia

Posts with mentions or reviews of marginalia. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • Emacs Commands I Got by with for Years
    7 projects | news.ycombinator.com | 4 Jan 2024
    Check out marginalia[1]. Whenever you press M-x, it will pop up a buffer showing all the commands (with most recent ones on top) along with their keybindings and a brief description of what they do.

    Embark[2] is also cool. It will show all the possible commands relevant to where the cursor is at that moment. I bind it to C-c a.

    [1] https://github.com/minad/marginalia

  • Packages that you would like to be in emacs core ?
    10 projects | /r/emacs | 11 Dec 2023
    Then there is Marginalia which is IMO essential
  • Emacs Advent Calendar 7: ordeless, embark 1.0 and some bric-a-brac
    9 projects | /r/emacs | 7 Dec 2023
    marginalia. Informative annotations for minibuffer completion candidates, co-written with u/minad-emacs.
  • Why does elpaca make emacs startup so much faster?
    9 projects | /r/emacs | 23 Apr 2023
    Wow, interesting that my response is getting down voted. It seems not enough that I give away my work for free. Nevertheless I appreciate support from the community, as other Emacs package developers. The support is actually helpful. To clarify, publishing my configuration would translate into quite a bit of work, requiring separation of private and public bits.
  • Doom -> vanilla emacs 29
    8 projects | /r/emacs | 14 Apr 2023
    marginalia for extra info in the minibuffer
  • (void-variable string-width) error by consult-buffer
    2 projects | /r/emacs | 10 Apr 2023
    There seems to be some problem with straight not correctly installing or updating compat. See these issues on Marginalia and Embark where straight seems to not install Compat.
  • What does Vertico offer over icomplete-vertical?
    2 projects | /r/emacs | 24 Feb 2023
    Note that I contribute to Emacs core itself from time to time but the process is discussion-heavy and thus time consuming. If you are familiar with the completing-read API, you may know the annotation-function of completion tables. The name already tells that this function just adds annotations to the completion candidates. The Marginalia package (written by /u/oantolin and me) provides such annotations. A similar function is the group-function, which groups candidates in subsets and adds titles above the subsets. I wrote the patch which added this feature to Emacs. It is now supported by default completion, Icomplete, Vertico and maybe other UIs. The initial implementation was done in the earlier Selectrum package, and a little later in Vertico.
  • [ANN] Vertico 1.0 and Marginalia 1.0
    3 projects | /r/emacs | 22 Dec 2022
    At the end of the year, I am happy to announce the stable Vertico 1.0 and Marginalia 1.0 releases. Vertico is a minimalist, yet flexible and responsive vertical completion UI. Marginalia provides helpful annotations for many completion contexts. Both packages have been solid for a while but I rather let things mature slowly. These releases finally put the stamp "stable" on these two packages. I expect the other members of the package suite to follow soon after. Both packages have been updated recently to support the newest Emacs 29 features. They are compatible with Emacs 27, 28 and the upcoming 29.
  • org-cc: Custom completions for Org (WIP)
    9 projects | /r/emacs | 22 Nov 2022
    I) I started out trying to implement this using marginalia, like the consult commands, but quickly concluded that this wasn't the way to go here... please correct me if I'm wrong and there is more from these packages I could make use of. I also try to make use of as much of the citar codebase as possible, but have found it difficult so far: a lot seems too specific for bibliographic entries.
  • Idea/Question: Using "feature-full" packages (e.g. dired) for completion?
    2 projects | /r/emacs | 8 Sep 2022
    I can't find anything that seems to discuss them in detail, but Marginalia is a package that applies them widely in completion. And here is a simple example for customized file completion.

What are some alternatives?

When comparing dot-emacs and marginalia you can also consider the following projects:

ox-tailwind - Org-Mode HTML export back-end with Tailwind.css classes. Check the theme:

embark - Emacs Mini-Buffer Actions Rooted in Keymaps

bufler.el - A butler for your buffers. Group buffers into workspaces with programmable rules, and easily switch to and manipulate them.

org-remark - Highlight & annotate text, EWW, Info, and EPUB

SingleFileZ - Web Extension to save a faithful copy of an entire web page in a self-extracting ZIP file

corfu - :desert_island: corfu.el - COmpletion in Region FUnction

burly.el - Save and restore frames and windows with their buffers in Emacs

eglot - A client for Language Server Protocol servers

hydra - make Emacs bindings that stick around

emacs-libvterm - Emacs libvterm integration

org-web-tools - View, capture, and archive Web pages in Org-mode

vertico - :dizzy: vertico.el - VERTical Interactive COmpletion