✨ (linkding) 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
c983a022f3
commit
d4ec899a82
1 changed files with 12 additions and 0 deletions
12
config.org
12
config.org
|
@ -2803,6 +2803,18 @@ API Integration for my [[https://mmk2410.org/scribbles][Scribbles microblog]].
|
||||||
:load-path "packages/")
|
:load-path "packages/")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Linkding Integration
|
||||||
|
|
||||||
|
API Integration for [[https://linkding.link/][Linkding]].
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package linkding
|
||||||
|
:load-path "packages/"
|
||||||
|
:config
|
||||||
|
(setq linkding-host "bookmarks.mmk2410.org"
|
||||||
|
linkding-user "mmk2410"))
|
||||||
|
#+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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue