• Joined on 2025年08月12日
Firefly707 pushed to dev at Firefly707/firefly-channel 2026年07月03日 01:42:16 +02:00
c6e1e56516
make home-inferiors-service-type a guix extension
0d950d3e74
match-lambda* instead of compose match-lambda list
3127ae6035
fix whitespace in inferiors file
e764a449a9
file-union* file type helper
Compare 4 commits »
Firefly707 pushed to main at Firefly707/guix-home-config 2026年06月13日 21:52:23 +02:00
Firefly707 pushed to main at Firefly707/guix-home-config 2026年06月13日 01:52:42 +02:00
7e50d9dc24 update
Firefly707 pushed to main at Firefly707/guix-home-config 2026年06月13日 01:51:19 +02:00
3834e1f262 updates + new theme
Compare 2 commits »
Firefly707 pushed to main at Firefly707/guix-home-config 2026年06月12日 21:54:27 +02:00
7ef64b3c46 coupla things
Firefly707 commented on pull request guix/guix#2395 2026年04月14日 22:36:03 +02:00
home: services: add emacs-service
Firefly707 commented on pull request guix/guix#2395 2026年04月11日 05:07:29 +02:00
home: services: add emacs-service

Hello, thanks for the poke. Currently, the main blocker is making the code to load native compiled user init files nicer. I do have a solution which is much nicer than what I currently have...

Firefly707 pushed to main at Firefly707/guix-home-config 2026年04月04日 22:17:14 +02:00
af0c29fea0 changes :sparkly:
Firefly707 pushed to dev at Firefly707/firefly-channel 2026年04月04日 20:06:13 +02:00
2545cb4553
improve emacs loading
Firefly707 commented on pull request guix/guix#2395 2026年03月25日 18:08:47 +01:00
home: services: add emacs-service

also, did some more looking at why the ~y worked, and seems that it works because shepherd itself loads (ice-9 format). This is unlikely to change, but I might replace the format with ~s,...

Firefly707 commented on pull request guix/guix#2395 2026年03月25日 18:04:30 +01:00
home: services: add emacs-service

Looked at the patch and did some testing, and yeah I was correct. Both the rel and non-rel variants will return a .eln file name even if it doesn't exist, which will make it break if, for some...

Firefly707 pushed to main at Firefly707/guix-home-config 2026年03月25日 16:46:30 +01:00
78b77add6c more paredit
02e24e947d titles in terminal
Compare 2 commits »
Firefly707 commented on pull request guix/guix#2395 2026年03月25日 01:47:12 +01:00
home: services: add emacs-service

by docs, I don't think comp-el-to-eln-filename will work well, because it seems like they add the .eln to the end no matter what. Also looking at the source code, only the non-rel variant...

Firefly707 commented on pull request guix/guix#2395 2026年03月24日 19:09:08 +01:00
home: services: add emacs-service

This is hideous, yes, but if I only add an entry to EMACSNATIVELOADPATH and EMACSLOADPATH at runtime and use the basename of the file, then it doesn't load the native version of the files. ...

Firefly707 pushed to main at Firefly707/guix-home-config 2026年03月23日 01:39:24 +01:00
39f4a9f760 fix python and notes
Firefly707 pushed to main at Firefly707/guix-home-config 2026年03月22日 21:51:45 +01:00
afc8836209 a few things
Firefly707 pushed to dev at Firefly707/firefly-channel 2026年03月22日 21:34:58 +01:00
dfd3a6cf3e
fix killing screen processes
Firefly707 pushed to dev at Firefly707/firefly-channel 2026年03月21日 18:22:28 +01:00
c92e828d42
fix emacs load
Firefly707 commented on pull request guix/guix#2395 2026年03月21日 18:22:09 +01:00
home: services: add emacs-service

fixed loading of native compiled files

Firefly707 commented on pull request guix/guix#2395 2026年03月21日 18:20:55 +01:00
home: services: add emacs-service

done