~jgart

~jgart/joeys-garden

Last active 2 years ago

~jgart/public-inbox

Last active 2 years ago
View more

Recent activity

[PATCH trop.in] Various fixes. 8 days ago

From jgart to ~abcdw/rde-devel

---

Hi Andrew,

Here is a patch with various fixes and some suggestions. Feel free to
take all of it or just what you like.

all best,

jgart

 pages/posts/2023-05-10-scheme-ssgs-review.md | 227 +++++++++----------
 1 file changed, 112 insertions(+), 115 deletions(-)
[message trimmed]

[PATCH] rde: wm: Use upstream latest waybar at v0.9.17. 9 days ago

From jgart to ~abcdw/rde-devel

---

Hi, this uses the latest version of waybar in upstream.

I tested on my set up today and it is working fine so far.

all best,

jgart

 src/rde/features/wm.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/rde/features/wm.scm b/src/rde/features/wm.scm
[message trimmed]

Re: [PATCH] rde: git: Add switch for signoff. 11 days ago

From jgart to ~abcdw/rde-devel

Hi,

This patch hasn't been tested yet.

I was mostly proposing the idea.

I'll label my patches that are untested as DRAFT or untested in the future.

all best,

jgart

Re: [PATCH] rde: git: Add switch for signoff. 12 days ago

From jgart to ~abcdw/rde-devel

This just adds a switch to add signoff to the git config to make commits like here:

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=6ee8b5316cad2fb960227e42f1379b895a6caf5f

> Can you elaborate a little bit on the workflow this feature argument
> needed in?

But now I'm realizing something about the workflow you're referring to... We don't always want to signoff, do we? ;()

We just toggle it on when needed from magit or whatnot...

[PATCH] rde: features: Fix typo and use shorthand macro form. 12 days ago

From jgart to ~abcdw/rde-devel

---

hi, wdyt

 src/rde/features.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/rde/features.scm b/src/rde/features.scm
index 7384019..cdbbd82 100644
--- a/src/rde/features.scm
+++ b/src/rde/features.scm
@@ -77,13 +77,13 @@
(define (services-getter? fn)
  (procedure? fn))
[message trimmed]

[PATCH] rde: git: Add switch for signoff. 12 days ago

From jgart to ~abcdw/rde-devel

---

hi, let me know if this is too happy path

 src/rde/features/version-control.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/rde/features/version-control.scm b/src/rde/features/version-control.scm
index 638394c..51b1008 100644
--- a/src/rde/features/version-control.scm
+++ b/src/rde/features/version-control.scm
@@ -13,6 +13,7 @@
(define* (feature-git
          #:key
[message trimmed]

Re: [PATCH] contrib: emacs-xyz: Enable vim bindings in the minibuffer. 16 days ago

From jgart to ~abcdw/rde-devel

Hi Johan,

I agree that a toggle would be nice as well. Feel free to send a patch for it.

I'm not using feature-emacs-evil anymore as I'm lately using cute fluffy modal editing that is less evil:

https://github.com/meow-edit/meow

[PATCH] rde: emacs-denote: Add emacs-denote-menu and binding. a month ago

From jgart to ~abcdw/rde-devel

---

hi,

this patch adds support for denote-menu

all best,

jgart
 src/rde/features/emacs-xyz.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index 565305c..1052fa1 100644
[message trimmed]

Feature Request: Add guix-emacs-historical to toys search a month ago

From jgart to ~pkal/public-inbox

hi,

Thanks for making guix-emacs-historical! It is a really cool project!

If you find the time, would it be possible to turn guix-emacs-historical into a channel that is gpg signed so that we can add it to the toys guix channel webring found here:

https://toys.whereis.みんな/

We have a ticket to ask about this where we are tracking the request:

https://todo.sr.ht/~whereiseveryone/toys/53

Patches are welcome to add the channel by following the instructions here:

Re: [PATCH] contrib: emacs-xyz: Enable vim bindings in the minibuffer. a month ago

From jgart to ~abcdw/rde-devel

Hi,

Just following up on this patch.

I find this feature very useful for me to be able to use modal editing in the minibuffer as well.

What do you think?

Should we make it the default or add an optional argument to the feature so that users can choose whether evil-mode is enabled in the minibuffer as well or not?

all best,

jgart