Make C-x t o i open the Org config instead of init.el

init.el holds only very basic things now, there’s no use to have a binding for opening it.
This commit is contained in:
Gergely Polonkai 2018-07-30 22:24:40 +02:00
parent aea81c260f
commit 0eadf9e2df
1 changed files with 1 additions and 1 deletions

View File

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