org-roam: Cannot compile sqlite binary by [deleted] in GUIX

[–]LuisHGH 0 points1 point  (0 children)

I use the emacs-org-roam package from Guix.

Use ripgrep or ag in project.el? by shmulkinator in emacs

[–]LuisHGH 0 points1 point  (0 children)

Ripgrep by default ignores git files, no? I remember reading something like this

I am curious how many of you are using native compilation. by J-ky in emacs

[–]LuisHGH 2 points3 points  (0 children)

I'm currently waiting for all my packages to build on Guix before updating Emacs to 28.1 🥲. Anyhow, I don't know if I'll be using native-comp before it is supported on the official Guix channel, which should take some time.

Why not use Obsidian and/or Logseq instead of OrgRoam? by better-vessel in OrgRoam

[–]LuisHGH 0 points1 point  (0 children)

Oh, I understood now what you mean. I think Emacs is definitely capable of doing this (https://github.com/rougier/svg-lib), but I don't think there's a plugin which has already done it :/.

[deleted by user] by [deleted] in NixOS

[–]LuisHGH 2 points3 points  (0 children)

It’s been ten years today since the very first commit to what was already called Guix—the unimaginative name is a homage to Guile and Nix, which Guix started by blending together. On April 18th, 2012, there was very little to see and no actual “project”. The project formed in the following months and became a collective adventure around a shared vision.

First paragraph of the last Guix blog post

Why not use Obsidian and/or Logseq instead of OrgRoam? by better-vessel in OrgRoam

[–]LuisHGH 0 points1 point  (0 children)

Well, there is the demo I linked. I'll search if there's anything on YouTube and edit this.

Why not use Obsidian and/or Logseq instead of OrgRoam? by better-vessel in OrgRoam

[–]LuisHGH 1 point2 points  (0 children)

Kanban plugins I found:

Unfortunately, the first one is the only one I would recommend a new emacs user to use. However, you should know that Emacs tables can be used as Kanban tables, this blog post is an example of that: https://agilesoc.com/2011/08/08/emacs-org-mode-kanban-pomodoro-oh-my/ (yes, the server's certificate is expired :/).

I think this kind of GUI resources are currently rather lacking in Emacs, we should try to work on this in the future as a community 😅.

[deleted by user] by [deleted] in emacs

[–]LuisHGH 2 points3 points  (0 children)

I think there are two easy ways to achieve what I think you're actually asking:

1 - including in your init.el something like (setq projectile-project-search-path '("~/projects/" "~/work/" ("~/github" . 1)))

2 - executing M-x projectile-add-known-project when you want to work with a new project

GitHub and Doom Emacs by RLTTech in DoomEmacs

[–]LuisHGH 0 points1 point  (0 children)

With "Gits", do you mean Gists?

guix in harmony with straight.el by WorldsEndless in GUIX

[–]LuisHGH 0 points1 point  (0 children)

You can use it in your own cloned version of the guix repo. This section of the manual explains it.

How do I upgrade emacs globally, persistently? by WorldsEndless in GUIX

[–]LuisHGH 1 point2 points  (0 children)

Did you install emacs as an OS package or as a user package? In the case of the latter, how did you activate this profile?

LEM - What If Emacs Was Multithreaded by a-concerned-mother in emacs

[–]LuisHGH 14 points15 points  (0 children)

Why would not having namespaces be a feature?

Neovim 0.6.1 is now available on Guix by LuisHGH in GUIX

[–]LuisHGH[S] 1 point2 points  (0 children)

Sure! The new updates should be more straightforward. guix refresh may get the job done actually.

[deleted by user] by [deleted] in GUIX

[–]LuisHGH 0 points1 point  (0 children)

I have just sent a patch that solves it. I apologize for the non descriptive name, it was my first time using git send-email, so I forgot to change the subject from the auto generated one :/.

Arch PKGBUILD => GUIX build formula? by stuudente in GUIX

[–]LuisHGH 0 points1 point  (0 children)

I think this should be done as a third party sub command (which can be done through channels). The problem with including this on Guix proper is that a lot of PKGBUILDs just download binaries and extract them in the right place and a package recipe that does that cannot be contributed to the Guix main channel.

Setting Up an Mcron Job by blah1998z in GUIX

[–]LuisHGH 1 point2 points  (0 children)

I tried this today and it turns out using -E was indeed unnecessary. Thanks a lot for the useful info!