From 0eadf9e2df0e65c98e3e1b4bbdf100583f1e0daa Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 30 Jul 2018 22:24:40 +0200 Subject: [PATCH] Make C-x t o i open the Org config instead of init.el MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit init.el holds only very basic things now, there’s no use to have a binding for opening it. --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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