From 9dda0a8abd6e81c11de8b46d746483c53516c03a Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 4 Feb 2022 14:37:23 -0800 Subject: [PATCH] Turning of the Forge stuff until I use it again. --- ha-config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ha-config.org b/ha-config.org index 875f7f9..374c73a 100644 --- a/ha-config.org +++ b/ha-config.org @@ -1146,7 +1146,7 @@ Using the [[https://github.com/emacsmirror/gist][gist package]] to write code sn #+END_SRC *** Forge 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 :after magit :init @@ -1181,7 +1181,7 @@ token where the *Note* is =forge=, and then copy that into the and make sure this works: -#+BEGIN_SRC emacs-lisp +#+BEGIN_SRC emacs-lisp :tangle no (ghub-request "GET" "/user" nil :forge 'github :host "api.github.com"