Add a function that opens the init file
This commit is contained in:
parent
f2fe785a1a
commit
ff48007edb
5
init.el
5
init.el
@ -299,6 +299,11 @@
|
|||||||
;; Init File
|
;; 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 ()
|
(defun init-file/download-latest-init-file ()
|
||||||
"Download the latest init file from jessieh.net."
|
"Download the latest init file from jessieh.net."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
Loading…
Reference in New Issue
Block a user