✨ (scribbles) Use API integration package
All checks were successful
Publish / publish (push) Successful in 10s
All checks were successful
Publish / publish (push) Successful in 10s
This commit is contained in:
parent
8bcd3865fc
commit
f1bd00b329
2 changed files with 10 additions and 0 deletions
|
@ -2794,6 +2794,15 @@ Since version 27 Emacs features a tab bar. In contrast to e.g. a browser a tab d
|
||||||
:bind ("C-c f" . mmk2410/tab-bar/body))
|
:bind ("C-c f" . mmk2410/tab-bar/body))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Scribbles API Integration
|
||||||
|
|
||||||
|
API Integration for my [[https://mmk2410.org/scribbles][Scribbles microblog]].
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package scribbles
|
||||||
|
:load-path "packages/")
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Work
|
* Work
|
||||||
|
|
||||||
For my workplace I have some additional packages and configuration that I keep in an own file.
|
For my workplace I have some additional packages and configuration that I keep in an own file.
|
||||||
|
|
|
@ -26,4 +26,5 @@
|
||||||
:headers (scribbles--build-headers)
|
:headers (scribbles--build-headers)
|
||||||
:body (json-encode `(("text" . ,message)))))
|
:body (json-encode `(("text" . ,message)))))
|
||||||
|
|
||||||
|
(provide 'scribbles)
|
||||||
;;; scribbles.el ends here
|
;;; scribbles.el ends here
|
||||||
|
|
Loading…
Add table
Reference in a new issue