Build Emacs with pdf-tools support
This commit is contained in:
parent
66d750f196
commit
20339dd41a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue