diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-18T15·33-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-18T15·33-0400 |
commit | 599af30849761e5dc532d13015f75a7d80fdc39b (patch) | |
tree | 4d9c1a85313375b6a8cb1e9878e2a00196a2c45e /config.el | |
parent | 67d95c58c09b67457a51ad780f9c7b5499036862 (diff) |
drop comment
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 19 |
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))) |