misc bug fixes and cleanup
[dot-emacs] / init.el
diff --git a/init.el b/init.el
index b3312e46f0b7b6533593cc9e3f6ab92b6f337bdd..16be261951024f93fe98a7a23a47a8ffb08ef70e 100644 (file)
--- a/init.el
+++ b/init.el
@@ -86,6 +86,7 @@
                                                 org-info org-jsinfo org-irc org-mew
                                                 org-mhe org-rmail org-vm org-wl org-w3m
                                                 org-habit org-drill org-mobile)))
-             (org-babel-load-file (expand-file-name "my-init.org" init-dir))))
+             (org-babel-load-file (expand-file-name "my-init.org" init-dir))
+             (org-babel-load-file (expand-file-name "dev.org" init-dir))))
 
 ;;; init.el ends here