mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Redo env setup a bit
This commit is contained in:
4
init.el
4
init.el
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user