Build Emacs with pdf-tools support

This commit is contained in:
coolneng 2021-11-24 23:52:34 +01:00
parent 66d750f196
commit 20339dd41a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ with pkgs;
let
emacs-vterm = ((emacsPackagesNgGen emacsPgtkGcc).emacsWithPackages
(epkgs: [ epkgs.vterm ]));
(epkgs: [ epkgs.vterm epkgs.pdf-tools ]));
in {
# Upgrade Doom Emacs daily

View File

@ -4,7 +4,7 @@ with pkgs;
let
emacs-vterm = ((emacsPackagesNgGen emacsPgtkGcc).emacsWithPackages
(epkgs: [ epkgs.vterm ]));
(epkgs: [ epkgs.vterm epkgs.pdf-tools ]));
in {
environment.systemPackages = [
@ -28,7 +28,7 @@ in {
# Text editors
neovim
emacs-vterm
ripgrep
(ripgrep.override { withPCRE2 = true; })
fd
clang
coreutils