Fix the pandoc setup for emacs

This commit is contained in:
Andreas Zweili 2022-04-17 14:12:38 +02:00
parent b7cd788458
commit 96e4bda3f7
1 changed files with 4 additions and 1 deletions

View File

@ -1,9 +1,12 @@
{ custom, pkgs, ... }:
{
home.packages = with pkgs; [
pandoc
];
programs.emacs = {
enable = true;
extraPackages = epkgs: with pkgs;[
pandoc
mu
epkgs.ace-window
epkgs.auctex