diff --git a/config_new.org b/config.org similarity index 100% rename from config_new.org rename to config.org diff --git a/init.el b/init.el index 2ee5b47..e442e9c 100644 --- a/init.el +++ b/init.el @@ -6,7 +6,7 @@ (let ((gc-cons-threshold most-positive-fixnum)) (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) ;; This is the actual config file. It is omitted if it doesn't exist so emacs won't refuse to launch. - (defvar my-config-file (expand-file-name "config_new.org" user-emacs-directory)) + (defvar my-config-file (expand-file-name "config.org" user-emacs-directory)) (when (file-readable-p my-config-file) (org-babel-load-file (expand-file-name my-config-file)))