[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Few notes to 0.8
From: |
Alex Kost |
Subject: |
Re: Few notes to 0.8 |
Date: |
Sun, 30 Nov 2014 00:06:44 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
宋文武 (2014-11-29 14:57 +0300) wrote:
[...]
> I just put it in my config.scm:
>
> (define (console-layout-service layout)
> (with-monad %store-monad
> (return
> (service
> (document "Setup keyboard layout for console")
> (provision '(console-layout))
> (start #~(lambda _
> (system* (string-append #kbd "/bin/loadkeys") #$layout)))
> (stop #~(const #t))
> (respawn? #f)))))
Hey, this is cool! I think it's worth adding it to the repo.
--
Alex