Re: Suggest improve emacs setting in 'The Perfect Setup'

2023-06-08 Thread Mekeor Melire
2022-12-31 18:17 jbra...@dismail.de: Possible also mention how to set up page break lines: https://github.com/purcell/page-break-lines By the way, another good alternative to that Emacs package is: https://depp.brause.cc/form-feed/ But I don't think that either of these packages should be

Re: Suggest improve emacs setting in 'The Perfect Setup'

2023-01-07 Thread Feng Shu
Simon Tournier writes: > Hi, > > Thanks for sharing. Interesting to see other config. > > > On Fri, 30 Dec 2022 at 08:54, Feng Shu wrote: > >> ;; ** Let geiser-guile use 'guix repl' >> (setq geiser-guile-binary (list "guix" "repl" "-L" eh-geeguix-dir)) > > Be careful, this can bite you. :-)

Re: Suggest improve emacs setting in 'The Perfect Setup'

2023-01-06 Thread Simon Tournier
Hi, Thanks for sharing. Interesting to see other config. On Fri, 30 Dec 2022 at 08:54, Feng Shu wrote: > ;; ** Let geiser-guile use 'guix repl' > (setq geiser-guile-binary (list "guix" "repl" "-L" eh-geeguix-dir)) Be careful, this can bite you. :-) Guile is run with --no-auto-compile so

Re: Suggest improve emacs setting in 'The Perfect Setup'

2023-01-02 Thread Feng Shu
jbra...@dismail.de writes: > January 1, 2023 4:06 PM, "Feng Shu" wrote: > >> jbra...@dismail.de writes: >> >>> That's a good idea! I think there is/was a guix developer trying to write an >>> emacs configuration specifically to hack on guix... >> >> The below is my current guix emacs config, I

Re: Suggest improve emacs setting in 'The Perfect Setup'

2023-01-02 Thread jbranso
January 1, 2023 4:06 PM, "Feng Shu" wrote: > jbra...@dismail.de writes: > >> That's a good idea! I think there is/was a guix developer trying to write an >> emacs configuration specifically to hack on guix... > > The below is my current guix emacs config, I do not know whether it is > suitable

Re: Suggest improve emacs setting in 'The Perfect Setup'

2023-01-01 Thread Feng Shu
jbra...@dismail.de writes: > That's a good idea! I think there is/was a guix developer trying to write an > emacs configuration specifically to hack on guix... The below is my current guix emacs config, I do not know whether it is suitable for an example, maybe someone can try it :-) If

Re: Suggest improve emacs setting in 'The Perfect Setup'

2023-01-01 Thread jbranso
January 1, 2023 2:54 PM, "Feng Shu" wrote: > Joshua Branson writes: > >> Feng Shu writes: >> >>> Hello: >>> >>> In 'The Perfect Setup', we suggest user to use the below emacs config: >>> >>> ``` >>> ;; Assuming the Guix checkout is in ~/src/guix. >>> (with-eval-after-load 'geiser-guile >>>

Re: Suggest improve emacs setting in 'The Perfect Setup'

2023-01-01 Thread Feng Shu
Joshua Branson writes: > Feng Shu writes: > >> Hello: >> >> In 'The Perfect Setup', we suggest user to use the below emacs config: >> >> ``` >> ;; Assuming the Guix checkout is in ~/src/guix. >> (with-eval-after-load 'geiser-guile >> (add-to-list 'geiser-guile-load-path "~/src/guix")) >> ```

Re: Suggest improve emacs setting in 'The Perfect Setup'

2022-12-31 Thread Joshua Branson
Feng Shu writes: > Hello: > > In 'The Perfect Setup', we suggest user to use the below emacs config: > > ``` > ;; Assuming the Guix checkout is in ~/src/guix. > (with-eval-after-load 'geiser-guile > (add-to-list 'geiser-guile-load-path "~/src/guix")) > ``` > > This config need user to deal

Suggest improve emacs setting in 'The Perfect Setup'

2022-12-29 Thread Feng Shu
Hello: In 'The Perfect Setup', we suggest user to use the below emacs config: ``` ;; Assuming the Guix checkout is in ~/src/guix. (with-eval-after-load 'geiser-guile (add-to-list 'geiser-guile-load-path "~/src/guix")) ``` This config need user to deal with %load-path of guix, which seem to