Redo env setup a bit

This commit is contained in:
2014-07-08 22:23:12 +01:00
parent 1277e0468e
commit a66254fdf7
5 changed files with 27 additions and 8 deletions

View File

@@ -28,6 +28,10 @@
(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)