mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Load runtime setup files after custom-variables file
This commit is contained in:
8
init.el
8
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)
|
||||
|
||||
Reference in New Issue
Block a user