diff --git a/init.el b/init.el index d579f87..f0e3c89 100644 --- a/init.el +++ b/init.el @@ -28,13 +28,13 @@ (load-file (get-config-path "remember.el")) (load-file (get-config-path "project-definitions.el")) -;; Load runtime specific setup files -(load-file (get-config-path "runtimes/ruby.el")) -(load-file (get-config-path "runtimes/nodejs.el")) - ;; Custom variables file (setq custom-file (get-config-path "custom-variables.el")) (load-file custom-file) +;; Load runtime specific setup files +(load-file (get-config-path "runtimes/ruby.el")) +(load-file (get-config-path "runtimes/nodejs.el")) + ;; Initialize packages in packages.el (initialize-my-packages)