]> git.earman.xyz Git - emacsinit.git/commitdiff
Fix embarrassing typo
authorrearman <rearman@r717.net>
Wed, 15 Mar 2023 16:12:45 +0000 (12:12 -0400)
committerrearman <rearman@r717.net>
Wed, 15 Mar 2023 16:12:45 +0000 (12:12 -0400)
init.el
init.org

diff --git a/init.el b/init.el
index 0321d276426d5c52f32c75373439979e3a47cb41..dcb988d9b986220ecd75de9b72b7ad11e9cd6c8b 100644 (file)
--- a/init.el
+++ b/init.el
@@ -2,7 +2,7 @@
 ;; We Can't tangle without org!
 (require 'org)
 ;; Open the config...
-(find-file (concat user-emacs-directory "init.el"))
+(find-file (concat user-emacs-directory "init.org"))
 ;; Tangle it...
 (org-babel-tangle)
 ;; Load it...
index ed34b2b475f7c0d95736fc065df46a2e8d04d54f..11a973d19d975e76dfe5e9c033f4199773975e88 100644 (file)
--- a/init.org
+++ b/init.org
@@ -22,7 +22,7 @@ This is the repo's =init.el= file, which bootstraps the real =init.el=.
 ;; We Can't tangle without org!
 (require 'org)
 ;; Open the config...
-(find-file (concat user-emacs-directory "init.el"))
+(find-file (concat user-emacs-directory "init.org"))
 ;; Tangle it...
 (org-babel-tangle)
 ;; Load it...