Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable imagemagick #391

Open
danielabrozzoni opened this issue Feb 25, 2023 · 1 comment
Open

Enable imagemagick #391

danielabrozzoni opened this issue Feb 25, 2023 · 1 comment

Comments

@danielabrozzoni
Copy link

Hey, I'm using nix-doom-emacs on commit 6c47eaa13d6f825b8a34df065f0e8260da0d3a1b and I'm trying to display an image, but I get a "No images to display inline" error. I think the problem is that emacs-doom doesn't have imagemagick support, anyone knows how I could enable it?

My home-manager.nix looks like this:

let
  doom-emacs = pkgs.callPackage (builtins.fetchTarball {
    url =
      "https://github.com/nix-community/nix-doom-emacs/archive/6c47eaa13d6f825b8a34df065f0e8260da0d3a1b.zip";
  }) {
    doomPrivateDir = ./doom.d;
  };
in {
    [...]
    programs.emacs = {
      enable = true;
      package = doom-emacs;
    };
  };
}
@ckiee
Copy link
Member

ckiee commented Feb 25, 2023

Works here on nix-doom-emacs rev 17673891a41c747d485b9407cb3b50b3156395ee. Read pinned issues, this project is slowly but surely going out of date until someone steps up to fix the eldritch horrors behind it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants