| 17 Sep 2022 |
ckie (they/them) | in mine
extraPackages = epkgs: [ pkgs.mu ];
emacsPackages = emacsOverlay.emacsPackagesFor emacs;
| 13:00:15 |
ckie (they/them) | ~ | 13:00:43 |
ribosomerocker | In reply to @k0kada:matrix.org I still weirdly use vim's modelines for most of my projects :p nah, i mean for nix-doom-emacs | 13:23:38 |
k0kada (he/him) | In reply to @mon:tchncs.de nah, i mean for nix-doom-emacs Yeah, I understand | 13:23:57 |
ribosomerocker | ah | 13:24:03 |
ribosomerocker | i dont have it available right now on Doom, and it should've been there by default in Emacs, so I thought it must've been NDE | 13:24:13 |
ribosomerocker | do you have `project-*` commands? | 13:25:35 |
Florian | In reply to @ckie:ckie.dev try using extraPackages for vterm I removed vterm from everything but init.el. Now it works with native comp and even vterm works. Thanks for the help. I'm still curious why my emacs packge before didn't had a version attribute. Shouldn't every package have one? | 14:01:13 |
k0kada (he/him) | In reply to @qe7ftcyrpg:matrix.org I removed vterm from everything but init.el. Now it works with native comp and even vterm works. Thanks for the help. I'm still curious why my emacs packge before didn't had a version attribute. Shouldn't every package have one? A wrapped package doesn't | 17:03:51 |
ribosomerocker | In reply to @mon:tchncs.de do you have project-* commands? ok, i was being stupid | 19:35:23 |
ribosomerocker | but now i found an issue: project.el has project-remember-project and project-forget-project, and I can only access the latter | 19:35:55 |
ribosomerocker | is that reproducible? | 19:36:12 |
| 18 Sep 2022 |
| @jamie-howlie:monero.social joined the room. | 06:44:57 |
| 19 Sep 2022 |
Null_A | Redacted or Malformed Event | 07:54:02 |
Null_A | Redacted or Malformed Event | 07:54:37 |
Null_A | * anyone get it working on linux-aarch64? | 07:54:43 |
| j0xaf joined the room. | 14:12:07 |
| 20 Sep 2022 |
| jbedo joined the room. | 05:44:53 |
@jamie-howlie:monero.social | Hi all! Im trying out nix-doom-emacs for the first time and on startup I get two issues:
1. Instead of doom dashboard, I get the normal vanilla emacs startpage
2. I get the error error running hook "+unicode-init-fonts-h" because void variable | 07:16:32 |
@jamie-howlie:monero.social | Do you guys have any idea what it could be? | 07:16:42 |
@jamie-howlie:monero.social | Also it appears to not have installed mu4e 🤔 | 08:46:18 |
ribosomerocker | In reply to @jamie-howlie:monero.social Hi all! Im trying out nix-doom-emacs for the first time and on startup I get two issues: 1. Instead of doom dashboard, I get the normal vanilla emacs startpage 2. I get the error error running hook "+unicode-init-fonts-h" because void variable what's your nixos and doom config? | 09:15:33 |
ribosomerocker | by the by ckie (they/them): i'm sorry if i'm being annoying, but it has been 5 days since i solved all of your reviews if you want to look at it again? if not, do you have an ETA? | 09:16:19 |
@jamie-howlie:monero.social | In reply to @mon:tchncs.de what's your nixos and doom config? Both are quite large, but here is my relevent nixos config
let
doom-emacs = pkgs.callPackage (builtins.fetchTarball {
url =
"https://github.com/nix-community/nix-doom-emacs/archive/acbf1b70335d4fd6a6c05bc417d7f3ca44739437.tar.gz";
sha256 = "17d5fpsk7nj41zgd74p455wfiqx6x9xx3smdrlg7wklir5f92r2c";
}) {
doomPrivateDir = ./.doom.d; # Directory containing your config.el init.el
# and packages.el files
};
in
packages = [ doom-emacs ];
And here is (what I think?) is the only relevant part of my doom config:
(emoji +unicode +ascii +github)
| 09:43:27 |
@jamie-howlie:monero.social | Also I do have de doom-dashboard enabled on init.el. | 09:50:02 |
ckie (they/them) | In reply to @mon:tchncs.de by the by ckie (they/them): i'm sorry if i'm being annoying, but it has been 5 days since i solved all of your reviews if you want to look at it again? if not, do you have an ETA? irl drama is keeping me busy (: | 19:43:52 |
ribosomerocker | ah, very sorry to hear that | 22:16:32 |
ribosomerocker | i hope it gets better for you | 22:16:37 |
| 21 Sep 2022 |
| worldofgeese joined the room. | 14:07:46 |
worldofgeese | 👋 Is it correct that
(package! igist
:recipe (:host github :repo "KarimAziev/igist"))
is not the correct way of adding packages to nix-doom-emacs? I'm getting error: evaluation aborted with the following error message: 'Package not available: igist' when attempting to switch with home-manager
| 14:11:10 |