Load packages inline

This commit is contained in:
John Doty 2014-01-04 10:53:03 -08:00
parent 2918f98d2a
commit 91b59031b0

View file

@ -70,6 +70,17 @@
(add-to-list 'load-path "c:/ruby/lib")
(add-to-list 'load-path "c:/ruby/doc/ruby/ruby-1.8.6/misc")
;; =================================================================
;; Initialize Packages
;; =================================================================
;;
;; I appreciate that the package developers feel like the packages should be
;; initialized after this file, but, well.... I want to customize things here
;; and it's hard to do that without the relevant packages loaded.
;;
(package-initialize)
(setq package-enable-at-startup nil)
;; =================================================================
;; EMACS general look and feel
;; =================================================================