File existence handled by 'load' itself.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 01 Mar 2015 20:22:54 +0200
changeset 1252 62509eda174b
parent 1251 a1f5b0d02e72
child 1253 504c216e8d21
File existence handled by 'load' itself.
.emacs
--- a/.emacs	Sun Mar 01 13:42:06 2015 +0200
+++ b/.emacs	Sun Mar 01 20:22:54 2015 +0200
@@ -13,7 +13,5 @@
 (my-load.add-my-loadpaths)
 
 (mapc
- (lambda (fname)
-   (if (file-exists-p fname)
-       (load fname)))
+ (lambda (fname) (load fname t))
  (list custom-file my-lisp-autogen my-lisp-auth my-lisp-pre my-lisp-autoload my-lisp-dotemacs my-lisp-post))