Move config_new.org to config.org

Use it as the main config now.
This commit is contained in:
Laurens Miers 2024-09-24 20:49:14 +02:00
parent cb018ca96b
commit ddc622f270
2 changed files with 1 additions and 1 deletions

View file

@ -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)))