help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to configure emacs for editing config.scm again?


From: zimoun
Subject: Re: How to configure emacs for editing config.scm again?
Date: Sun, 29 Nov 2020 22:36:49 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]