diff --git a/configuration.org b/configuration.org index a00f37b..7d6636e 100644 --- a/configuration.org +++ b/configuration.org @@ -478,7 +478,7 @@ name." (defun gpolonkai/visit-init-file () "Open the init file." (interactive) - (find-file-other-window user-init-file)) + (find-file-other-window (expand-file-name "configuration.org" user-emacs-directory))) #+END_SRC *** Open my Org-mode index file