Skip to content

Commit

Permalink
Remove msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Aug 23, 2023
1 parent c108b06 commit 3a5fff0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lisp/init/keg.el
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@ If no found the Keg file, returns nil."

(when-let ((scripts (alist-get 'scripts contents)))
(dolist (script scripts)
;;(eask--unsilent (message "? %s" (cadr script)))
(let* ((cmds (cadr script))
(_ (pop cmds))
(cmds (mapconcat #'identity cmds " ")))
(eask--unsilent (message "? %s" cmds))
(insert "(script \"" (eask-2str (car script))
"\" " (prin1-to-string cmds) ")\n"))))
(insert "\n")
Expand Down

0 comments on commit 3a5fff0

Please sign in to comment.