dimitri / el-get

Manage the external elisp bits and pieces upon which you depend!
http://tapoueh.org/emacs/el-get.html
1.64k stars 457 forks source link

Add tomelr and dwim-shell-command recipes, Fix ox-hugo recipe #2876

Closed vedang closed 1 year ago

vedang commented 1 year ago

kaushalmodi/tomelr is a package to convert S-expressions to TOML, and is used by kaushalmodi/ox-hugo. This was missing and causing the package to fail compilation.

This PR also adds a recipe for xenodium/dwim-shell-command which provides dwim-shell-command as an opinionated DWIM alternative to shell-command. This is a stand-alone recipe with no dependencies.