Tomas Volf <~@wolfsden.cz> writes:

> The README recommend to just "set fj-token", I *hope* it can be
> integrated with (auth)Top somehow.  So I definitely have some research
> to do here.

The best I came up with was this:

#+begin_src elisp
  ((nil . ((eval . (setq fj-token
                         (funcall
                          (plist-get
                           (car
                            (auth-source-search :host "codeberg.org/api/v1"
                                                :type 'netrc))
                           :secret)))))))
#+end_src

Tomas, if you find something better, please share.

-- 
Suhail

Reply via email to