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:
parent
aea81c260f
commit
0eadf9e2df
@ -478,7 +478,7 @@ name."
|
|||||||
(defun gpolonkai/visit-init-file ()
|
(defun gpolonkai/visit-init-file ()
|
||||||
"Open the init file."
|
"Open the init file."
|
||||||
(interactive)
|
(interactive)
|
||||||
(find-file-other-window user-init-file))
|
(find-file-other-window (expand-file-name "configuration.org" user-emacs-directory)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Open my Org-mode index file
|
*** Open my Org-mode index file
|
||||||
|
Loading…
Reference in New Issue
Block a user