Thank you! I want emacs brushes my code making indents and auto-completing it closing parentheses. It does not do nothing now. Only highlights it. Could you please tell how to force emacs work deeply with my code :) for it becomes wonderful for further copy-pasting here in Guix Help :)) ?? November 29, 2020 9:43 PM, "zimoun" wrote: > Hi, > > On Sun, 29 Nov 2020 at 13:16, znavko--- via wrote: > >> Hello! I have lost my way of search how to configure emacs >> for editing config.scm with Scheme highlight mode and parentheses >> completion. > > I do not know what you want exactly. > > These lines fix “M-x run-geiser” using Guile as default. And highlight > some Scheme code with Paredit as parenthesis tools. > > --8<---------------cut here---------------start------------->8--- > (setq geiser-active-implementations '(guile)) > (with-eval-after-load 'scheme > (add-hook 'scheme-mode-hook 'enable-paredit-mode)) > --8<---------------cut here---------------end--------------->8--- > > Hope that helps, > simon