1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

Merge pull request #26207 from rvl/fix-tide-melpa

emacsWithPackages: support installing larger packages
This commit is contained in:
Graham Christensen 2017-06-02 22:15:15 -04:00 committed by GitHub
commit cca234d345

View file

@ -28,3 +28,6 @@ The file can either be a tar file or an Emacs Lisp file."
(insert-file-contents file))
(when is-tar (tar-mode))
(elpa2nix-install-from-buffer))))
;; Allow installing package tarfiles larger than 10MB
(setq large-file-warning-threshold nil)