!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

229 Members
Running Doom Emacs with Nix | You probably want https://github.com/nix-community/nix-doom-emacs49 Servers

Load older messages


SenderMessageTime
17 Sep 2022
@ckie:ckie.devckie (they/them)

in mine

        extraPackages = epkgs: [ pkgs.mu ];
        emacsPackages = emacsOverlay.emacsPackagesFor emacs;
13:00:15
@ckie:ckie.devckie (they/them) ~ 13:00:43
@mon:tchncs.deribosomerocker
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:matrix.orgk0kada (he/him)
In reply to @mon:tchncs.de
nah, i mean for nix-doom-emacs
Yeah, I understand
13:23:57
@mon:tchncs.deribosomerockerah13:24:03
@mon:tchncs.deribosomerockeri 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 NDE13:24:13
@mon:tchncs.deribosomerockerdo you have `project-*` commands?13:25:35
@qe7ftcyrpg:matrix.orgFlorian
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:matrix.orgk0kada (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
@mon:tchncs.deribosomerocker
In reply to @mon:tchncs.de
do you have project-* commands?
ok, i was being stupid
19:35:23
@mon:tchncs.deribosomerockerbut now i found an issue: project.el has project-remember-project and project-forget-project, and I can only access the latter19:35:55
@mon:tchncs.deribosomerockeris that reproducible?19:36:12
18 Sep 2022
@jamie-howlie:monero.social@jamie-howlie:monero.social joined the room.06:44:57
19 Sep 2022
@jasonjckn:matrix.orgNull_ARedacted or Malformed Event07:54:02
@jasonjckn:matrix.orgNull_ARedacted or Malformed Event07:54:37
@jasonjckn:matrix.orgNull_A * anyone get it working on linux-aarch64? 07:54:43
@j0xaf:matrix.orgj0xaf joined the room.14:12:07
20 Sep 2022
@jb:vk3.wtfjbedo joined the room.05:44:53
@jamie-howlie:monero.social@jamie-howlie:monero.socialHi 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 variable07:16:32
@jamie-howlie:monero.social@jamie-howlie:monero.socialDo you guys have any idea what it could be?07:16:42
@jamie-howlie:monero.social@jamie-howlie:monero.socialAlso it appears to not have installed mu4e 🤔08:46:18
@mon:tchncs.deribosomerocker
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
@mon:tchncs.deribosomerocker 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@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@jamie-howlie:monero.socialAlso I do have de doom-dashboard enabled on init.el.09:50:02
@ckie:ckie.devckie (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
@mon:tchncs.deribosomerockerah, very sorry to hear that22:16:32
@mon:tchncs.deribosomerockeri hope it gets better for you22:16:37
21 Sep 2022
@worldofgeese:one.ems.hostworldofgeese joined the room.14:07:46
@worldofgeese:one.ems.hostworldofgeese

👋 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

Show newer messages


Back to Room ListRoom Version: 9