Turning of the Forge stuff until I use it again.
This commit is contained in:
parent
64dc0a32e8
commit
9dda0a8abd
1 changed files with 2 additions and 2 deletions
|
@ -1146,7 +1146,7 @@ Using the [[https://github.com/emacsmirror/gist][gist package]] to write code sn
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** Forge
|
*** Forge
|
||||||
Let's extend Magit with [[https://github.com/magit/forge][Magit Forge]] for working with Github and Gitlab:
|
Let's extend Magit with [[https://github.com/magit/forge][Magit Forge]] for working with Github and Gitlab:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp :tangle no
|
||||||
(use-package forge
|
(use-package forge
|
||||||
:after magit
|
:after magit
|
||||||
:init
|
:init
|
||||||
|
@ -1181,7 +1181,7 @@ token where the *Note* is =forge=, and then copy that into the
|
||||||
|
|
||||||
and make sure this works:
|
and make sure this works:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp :tangle no
|
||||||
(ghub-request "GET" "/user" nil
|
(ghub-request "GET" "/user" nil
|
||||||
:forge 'github
|
:forge 'github
|
||||||
:host "api.github.com"
|
:host "api.github.com"
|
||||||
|
|
Loading…
Reference in a new issue