Ah crap! On Wed, 22 Jan 2020 at 15:14, zimoun <zimon.touto...@gmail.com> wrote:
> --8<---------------cut here---------------start------------->8--- > (use-package-modules emacs emacs-xyz) > > (with-output-to-file (string-append (getenv "HOME") "/.emacs") > (lambda () > (display > (string-append ";; initialize package > \n" > " > \n" The formatting failed! :-( I let you use Emacs to reformat correctly. :-) > )))) [...] > --8<---------------cut here---------------end--------------->8---