git.fiddlerwoaroof.com
Browse code

feat(emacs): always prefer newer file when loading

Ed L authored on 20/12/2020 07:09:55
Showing 1 changed files
... ...
@@ -2,6 +2,7 @@
2 2
 (setq read-process-output-max (* 1024 1024))
3 3
 (setq
4 4
  ;;gc-cons-threshold 100000000
5
+ load-prefer-newer t
5 6
  inhibit-splash-screen t
6 7
  inhibit-startup-message t)
7 8