emacs.d

My emacs config (by malb)

Emacs.d Alternatives

Similar projects and alternatives to emacs.d based on common topics and language

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 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
34
9.4
9 days ago

The primary programming language of emacs.d is Emacs Lisp.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com