1

Add a function that opens the init file

This commit is contained in:
Jessie Hildebrandt 2020-07-20 20:16:31 -04:00
parent f2fe785a1a
commit ff48007edb

View File

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