Skip to content

Commit

Permalink
feat(emacs): compile with imagemagick support
Browse files Browse the repository at this point in the history
This enables forge profile picture previews in blamer-mode's posframe popups
  • Loading branch information
gekoke committed Dec 11, 2023
1 parent e092366 commit 7574dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in
config =
let
emacsPackage = pkgs.emacsWithPackagesFromUsePackage {
package = pkgs.emacs29-pgtk;
package = pkgs.emacs29-pgtk.override { withImageMagick = true; };
config = ./init.el;
alwaysEnsure = true;
override = _final: prev: {
Expand Down

0 comments on commit 7574dcb

Please sign in to comment.