Nix + Doom Emacs | 232 Members | |
| Running Doom Emacs with Nix | You probably want https://github.com/nix-community/nix-doom-emacs | 49 Servers |
| Sender | Message | Time |
|---|---|---|
| 11 Mar 2023 | ||
| 08:34:14 | ||
In reply to @ixlun:matrix.orgHi, I've got the same issue, does anyone know how to fix this? Thanks in advance. | 08:34:29 | |
| Do I have to pin emacs-overlay? | 08:36:47 | |
| 17:26:53 | ||
| 17:58:31 | ||
| 12 Mar 2023 | ||
In reply to @yousiki:matrix.orgI'm afraid I didn't find a solution to this. So I switched to stable emacs with nix-doom-emacs but I also found issues with major key combinations not working like SPC b b to switch buffers. So for now, I'm using emacsPgtk from the overlay but managing doom manually. | 07:56:45 | |
In reply to @yousiki:matrix.org* I'm afraid I didn't find a solution to this. I started by switching to stable emacs with nix-doom-emacs but I also found issues with major key combinations not working like SPC b b to switch buffers. So for now, I'm using emacsPgtk from the overlay but managing doom manually. | 07:57:11 | |
| 08:51:08 | ||
| 19:36:01 | ||
| 14 Mar 2023 | ||
| 01:11:14 | ||
| 19:57:16 | ||
| 16 Mar 2023 | ||
| 17:27:04 | ||
| 20 Mar 2023 | ||
| 09:37:28 | ||
| 21 Mar 2023 | ||
| 00:09:23 | ||
| 18:19:11 | ||
| 18:45:04 | ||
| 22 Mar 2023 | ||
| 13:00:52 | ||
| Heya all 👋 Emacs noob here with a question 😅 I'm trying to install a package from MELPA, by adding a | 13:08:21 | |
using package! in packages.el has worked for me in the past, and I have verified that the package I want does exist in MELPA under that name, by searching melpa.org | 13:09:01 | |
* Using package! in packages.el has worked for me in the past, and I have verified that the package I want does exist in MELPA under that name, by searching melpa.org | 13:09:10 | |
| It's a relatively new package, so I guess it could be related to this issue of MELPA repos not updating properly | 13:10:07 | |
| hlissner even suggests a workaround:
But since I've set up doom through nixos (presumably), | 13:11:43 | |
| TL;DR does anyone know how to update the MELPA repository indexes manually on NixOS? | 13:16:31 | |
| 23 Mar 2023 | ||
| 02:04:02 | ||
In reply to @asbjorn:olli.ngIt does by emacs-community repository | 14:36:03 | |
| If this package is not there it is not going to be found | 14:36:12 | |
| Do you know how I can check this? | 14:36:34 | |
| https://github.com/nix-community/emacs-overlay | 14:36:35 | |
How do I check whether a package is supported by emacs-overlay?The README says "Daily generations of Melpa & Melpa stable attribute sets." This makes me think that any more-than-a-day-old packages should be in there? 🤔 | 14:39:53 | |
| You can add a package manually if it is missing, for instance I have:
| 16:03:24 | |