Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tralph3 committed Aug 25, 2024
1 parent 274649d commit fa30094
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conner.el
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,9 @@ The command is interpreted by bash."
The function takes no arguments."
(let* ((command (plist-get plist :command))
(command (if (stringp command) (intern command) command)))
(command (if (stringp command)
(intern command)
command)))
(funcall command)))

(defun conner--run-meta-command (plist root-dir)
Expand Down

0 comments on commit fa30094

Please sign in to comment.