Fix straight invocations

This commit is contained in:
Jeremy Dormitzer 2020-11-02 13:20:01 -05:00
parent 89e6a4af12
commit b4d99d765b

View File

@ -911,7 +911,7 @@ Redefine org-html-src-block to wrap code blocks in <pre><code> and language clas
#+BEGIN_SRC emacs-lisp
(use-package ox-jira
:after (org)
:straight (:host github :repo "stig/ox-jira.el")
:straight (:host github :repo "stig/ox-jira.el" :branch "trunk")
:hook (org-mode . (lambda () (require 'ox-jira))))
#+END_SRC
@ -2781,7 +2781,7 @@ Some formatting stuff:
Use nvm to manage node versions:
#+BEGIN_SRC emacs-lisp
(use-package nvm
:straight ((nvm :host github :repo "rejeep/nvm.el"))
:straight (nvm :host github :repo "rejeep/nvm.el")
:commands (nvm-use nvm-use-for nvm-use-for-buffer))
#+END_SRC
@ -5181,8 +5181,8 @@ becomes:
#+BEGIN_SRC emacs-lisp
(use-package matrix-client
:commands matrix-client-connect
:straight ((matrix-client :host github :repo "alphapapa/matrix-client.el"
:files (:defaults "logo.png" "matrix-client-standalone.el.sh"))))
:straight (matrix-client :host github :repo "alphapapa/matrix-client.el"
:files (:defaults "logo.png" "matrix-client-standalone.el.sh")))
#+END_SRC
* EMMS