docs: correct config-download
docstring
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
cd0728fdb9
commit
6910b59c42
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
(byte-recompile-directory "~/.emacs.d/"))
|
(byte-recompile-directory "~/.emacs.d/"))
|
||||||
|
|
||||||
(defun config-download (&optional confirm)
|
(defun config-download (&optional confirm)
|
||||||
"Download the latest Emacs configuration files from the GitHub repository."
|
"Download the latest Emacs config files from the GitHub repository if CONFIRM."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let* ((confirm (or confirm
|
(let* ((confirm (or confirm
|
||||||
(read-string "Type `YES' to confirm download: "))))
|
(read-string "Type `YES' to confirm download: "))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue