Emacs.d Alternatives
Similar projects and alternatives to emacs.d
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
-
-
doom-emacs
Discontinued An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
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
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?
(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
The primary programming language of emacs.d is Emacs Lisp.