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
1 changed files with 3 additions and 0 deletions

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)