emacs.d

My emacs config (by malb)

Emacs.d Alternatives

Similar projects and alternatives to emacs.d

  1. mu

    28 emacs.d VS mu

    maildir indexer/searcher + emacs mail client + guile bindings

  2. AppSignal

    AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.

    AppSignal logo
  3. core

    162 emacs.d VS core

    An Emacs framework for the stubborn martian hacker (by doomemacs)

  4. .emacs.d

    8 emacs.d VS .emacs.d

    Centaur Emacs - A Fancy and Fast Emacs Configuration

  5. doom-emacs

    271 emacs.d VS doom-emacs

    Discontinued An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

  6. emacs-from-scratch

    An example of a fully custom Emacs configuration developed live on YouTube!

  7. .emacs.d

    2 emacs.d VS .emacs.d

    M-EMACS, a full-featured GNU Emacs configuration distribution (by MatthewZMD)

  8. elegant-emacs

    16 emacs.d VS elegant-emacs

    A very minimal but elegant emacs (I think)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better emacs.d alternative or higher similarity.

emacs.d discussion

Log in or Post with

emacs.d reviews and mentions

Posts with mentions or reviews of emacs.d. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-30.
  • [mu4e] How to export an email and thread to PDF?
    2 projects | /r/emacs | 30 May 2022
    (defun timu-func-mu4e-action-save-to-pdf (msg) "Save mu4e MSG as a pdf. The `wkhtmltopdf' cli command is a dependency. Credit: https://github.com/malb/emacs.d/blob/master/malb.org." (let* ((date (mu4e-message-field msg :date)) (infile (mu4e~write-body-to-html msg)) (outfile (format-time-string "%Y-%m-%d%H%M%S.pdf" date))) (with-temp-buffer (shell-command (format "wkhtmltopdf %s ~/Desktop/%s" infile outfile) t)))) (add-to-list 'mu4e-view-actions '("pdf" . timu-func-mu4e-action-save-to-pdf) t)

Stats

Basic emacs.d repo stats
1
36
9.4
16 days ago

Sponsored
AppSignal knows why the f*#k it crashed.
Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
www.appsignal.com

Did you know that Emacs Lisp is
the 23rd most popular programming language
based on number of references?