~lr0

The fear of the Lord is the beginning of wisdom; all those who practice it have a good understanding. His praise endures forever.

~lr0/libgds-devel

Last active 9 months ago

~lr0/libgds-announce

Last active 9 months ago

~lr0/aaa-discuss

Last active 11 months ago

~lr0/aaa-devel

Last active 11 months ago

~lr0/aaa-announce

Last active 11 months ago

~lr0/lugha-discuss

Last active 11 months ago

~lr0/lugha-devel

Last active 11 months ago

~lr0/lugha-announce

Last active 11 months ago

~lr0/public-inbox

Last active 1 year, 1 day ago
View more

Recent activity

Re: Support for html/txt emails in todo and lists 6 months ago

From Salih Muhammed to ~sircmpwn/sr.ht-discuss

I've submitted a ticked 2 weeks ago https://todo.sr.ht/~sircmpwn/lists.sr.ht/212

--
Regards,
Salih

Re: Support for html/txt emails in todo and lists 7 months ago

From Salih Muhammed to ~sircmpwn/sr.ht-discuss


Drew DeVault <sir@cmpwn.com> wrote:

>I am willing to consider a patch which loosens up the content type
>filter such that list admins can opt-in to allowing HTML email -- IF it
>has a plaintext part as well and NOT by default.


Any updates on this?

--
Regards,
Salih

Re: About git-gutter and Doom Emacs 9 months ago

From Salih Muhammed to ~protesilaos/modus-themes

> Do you know which version of the themes you are using? The above code
> should not work with the current version or anything after v4.0.0.

> The current version of the manual has a code block like that, except it
> references the new names of the colours to use. If you update the
> modus-themes package, make sure to check it. From Emacs, evaluate:
>
>     (info "(modus-themes) Note on git-gutter in Doom Emacs")
>
> Or visit:
>
> https://protesilaos.com/emacs/modus-themes#h:a195e37c-e58c-4148-b254-8ba1ed8a731a

Re: The Elfeed Database 9 months ago

From Salih Muhammed to ~skeeto/public-inbox

Hi. Is it possible to save an article from the feeds to later reading? I
know that I can just save the buffer C-x C-s however this doesn't
preserve images or hyperlinks.


--
Regards,
Salih

Re: Feature Request: kill-ring paste URLs 10 months ago

From Salih Muhammed to ~akagi/srht.el

Aleksandr Vityazev <avityazew@gmail.com> writes:

> srht.el already provides this functionality

I see that this is possible with srht-paste-link but the workflow would
be publishing the paste then M-x srht-paste-link and selecting it. I
think it might be more convenient if it was possible to kill it directly
after publishing.

> added in last commits.

Great! Thanks.

Feature Request: kill-ring paste URLs 10 months ago

From Salih Muhammed to ~akagi/srht.el

Thanks for the great package. It would be nice if supports the following
2 custom options:

- copy the paste url as kill ring after running srht-paste-region open
- the url in browser after doing the same actions


Also, I know that running srht-paste-region with empty parameter sends
the whole buffer, but it might be better to add a separate function for
that.

About git-gutter and Doom Emacs 10 months ago

From Salih Muhammed to ~protesilaos/modus-themes

I came across The case of git-gutter, the modus-themes, and Doom
Emacs[1] and the documentation note for the issue of doom and
modus-themes.  None of the provided solution worked.

However, evaluating:

    (modus-themes-with-colors
        (custom-set-faces
         ;; Replace green with blue if you use `modus-themes-deuteranopia'.
         `(git-gutter-fr:added ((,class :foreground ,green-fringe-bg)))
         `(git-gutter-fr:deleted ((,class :foreground ,red-fringe-bg)))
         `(git-gutter-fr:modified ((,class :foreground ,yellow-fringe-bg)))))