mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(cli): doom install: wrong-number-of-args error
This corrects a typo that snuck into6c76b98
. Amend:6c76b98dbb
This commit is contained in:
@ -63,7 +63,6 @@ Change `$DOOMDIR' with the `--doomdir' option, e.g.
|
||||
(print-group!
|
||||
(mapc (lambda (file)
|
||||
(cl-destructuring-bind (filename . template) file
|
||||
(setq filenam)
|
||||
(if (file-exists-p! filename doom-user-dir)
|
||||
(print! (item "Skipping %s (already exists)")
|
||||
(path filename))
|
||||
|
Reference in New Issue
Block a user