Skip to content

Commit

Permalink
Re-fix old 32-bit Emacs issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Mar 29, 2015
1 parent eca37d5 commit ab5cd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/unannoy.el
Expand Up @@ -11,7 +11,7 @@
delete-active-region nil
disabled-command-function nil
custom-file (make-temp-file "emacs-custom")
large-file-warning-threshold (* 1024 1024 512)
large-file-warning-threshold 536870911
gc-cons-threshold (* 1024 1024 32))

;; GUIs are for newbs
Expand Down

0 comments on commit ab5cd9e

Please sign in to comment.