Skip to content

Commit

Permalink
orgstrap.el tangle changes for 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Apr 8, 2023
1 parent 57e0557 commit f35bccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orgstrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Tom Gillespie
;; URL: https://github.com/tgbugs/orgstrap
;; Keywords: lisp org org-mode bootstrap
;; Version: 1.5.4
;; Version: 1.5.5
;; Package-Requires: ((emacs "24.4"))

;;;; License and Commentary
Expand Down Expand Up @@ -1231,7 +1231,7 @@ If no elvs are found goto `point-max' instead."
(orgstrap-update-src-block "orgstrap-shebang" orgstrap--shebang-body)

(orgstrap--goto-elvs)
(insert (format "# close powershell comment %s>\n" "#"))))))
(insert (format "# close powershell comment %s>\n" "#")))))))

(defun orgstrap-update-shebang-block (&optional universal-argument)
"Update an existing shebang block. UNIVERSAL-ARGUMENT is ignored."
Expand Down

0 comments on commit f35bccd

Please sign in to comment.