From ff48007edb0507f708ab2778f13287a02c407e64 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Mon, 20 Jul 2020 20:16:31 -0400 Subject: [PATCH] Add a function that opens the init file --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 94b4bdc..02d47f4 100644 --- a/init.el +++ b/init.el @@ -299,6 +299,11 @@ ;; Init File ;;==================== +(defun init-file/open-init-file () + "Opens the init file in a buffer." + (interactive) + (find-file user-init-file)) + (defun init-file/download-latest-init-file () "Download the latest init file from jessieh.net." (interactive)