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:
commit
cca234d345
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue