about summary refs log tree commit diff
path: root/config.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-18T15·33-0400
committerGriffin Smith <root@gws.fyi>2020-05-18T15·33-0400
commit599af30849761e5dc532d13015f75a7d80fdc39b (patch)
tree4d9c1a85313375b6a8cb1e9878e2a00196a2c45e /config.el
parent67d95c58c09b67457a51ad780f9c7b5499036862 (diff)
drop comment
Diffstat (limited to 'config.el')
-rw-r--r--config.el19
1 files changed, 0 insertions, 19 deletions
diff --git a/config.el b/config.el
index 12eca00ae738..3fab95681824 100644
--- a/config.el
+++ b/config.el
@@ -1135,25 +1135,6 @@ SCHEDULED: <%s>"
       (insert text))
     (org-align-tags 't)))
 
-(comment
- (require 'ghub)
-
- (intern (substring (symbol-name :foo) 1))
-
- ((data (reviewRequests
-         (issueCount . 2)
-         (nodes ((url . "https://github.com/urbint/grid/pull/819")
-                 (number . 819)
-                 (title . "Hector.blanco/ch11498/take storagebucket out of crossbores schema")
-                 (repository (name . "grid")
-                             (owner (login . "urbint"))))
-                ((url . "https://github.com/urbint/ml/pull/32")
-                 (number . 32)
-                 (title . "Quality scoring")
-                 (repository (name . "ml")
-                             (owner (login . "urbint"))))))))
- )
-
 (defun grfn/num-inbox-items ()
   (length (org-elements-agenda-match "inbox" t)))