[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to configure emacs for editing config.scm again?
From: |
znavko |
Subject: |
Re: How to configure emacs for editing config.scm again? |
Date: |
Thu, 03 Dec 2020 18:55:58 +0000 |
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" <zimon.toutoune@gmail.com> wrote:
> Hi,
>
> On Sun, 29 Nov 2020 at 13:16, znavko--- via <help-guix@gnu.org> 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
emacs-no-geiser-parens.png
Description: PNG image
- Re: How to configure emacs for editing config.scm again?,
znavko <=