26 Dec 2022 |
| josm left the room. | 15:20:46 |
27 Dec 2022 |
| zzantares joined the room. | 18:15:10 |
| zzantares changed their display name from Julio César to zzantares. | 18:16:49 |
29 Dec 2022 |
| @hab25:matrix.org left the room. | 15:35:58 |
30 Dec 2022 |
aktaboot | does nix-doom-emacs only work with HM ? | 11:28:40 |
aktaboot | anyone has their emacsclient working on wayland ? any tweaks for it to work ? | 15:13:31 |
ckie (they/them) | better if you post what isn't working | 15:17:56 |
aktaboot | I'm not using nix-doom-emacs though, I probably have to set a wayland display variable or wayland wrapper | 15:21:48 |
aktaboot | Waiting for Emacs...
*ERROR*: Display :1 can’t be opened
| 15:27:41 |
aktaboot | * Waiting for Emacs...
*ERROR*: Display :1 can’t be opened
| 15:27:45 |
aktaboot | * Waiting for Emacs...
*ERROR*: Display :1 can’t be opened
| 15:27:51 |
aktaboot | * ❯ emacsclient -c
Waiting for Emacs...
*ERROR*: Display :1 can’t be opened
| 15:27:56 |
ckie (they/them) | there's another room I think | 15:28:34 |
ckie (they/them) | #emacs:nixos.org | 15:28:37 |
aktaboot | thank | 15:28:54 |
ckie (they/them) | iirc emacs has a few gui backends? | 15:29:05 |
ckie (they/them) | maybe one of them can do wayland | 15:29:10 |
ckie (they/them) | ah, pgtk | 15:29:32 |
ckie (they/them) | thiago uses pgtk | 15:29:49 |
aktaboot | yeah normal emacs does work in gui on wayland, but not the emacsclient | 15:29:55 |
ckie (they/them) | i'd try pgtk anyway | 15:30:27 |
aktaboot | okay | 15:30:36 |
ckie (they/them) | it's probably going through the x11 bridge | 15:30:38 |
aktaboot | any pointers on trying/using pgtk ? | 15:31:06 |
ckie (they/them) | uh, I see it here | 15:31:28 |
ckie (they/them) | that's .override | 15:31:32 |
ckie (they/them) | probably want some emacs-overlay action though | 15:31:48 |
aktaboot | In reply to @ckie:ckie.dev probably want some emacs-overlay action though iiuc this does not exactly solve the pgtk, meaning I still have to .override anyway | 17:41:10 |
1 Jan 2023 |
| alicecandyOM joined the room. | 08:48:59 |
alicecandyOM | Hello everyone, how it is supposed to add third party packages at packages.el ?
(package! copilot :pin "43726d3"
:recipe (:host "github"
:repo "zerolfx/copilot.el"
:files ("*.el" "dist")))
This results in Package not available: copilot If I use this, it doesn't even start to evaluate, but build finishes successfully
emacsPackagesOverlay = final: prev: {
copilot = pkgs.fetchFromGitHub {
owner = "zerolfx";
repo = "copilot.el";
rev = "43726d3447120062156878108879f207a9778fc8";
sha256 = pkgs.lib.fakeSha256;
};
};
| 09:10:17 |