From d4ec899a823e5ca3f52d9d09b8f1967735b78091 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Feb 2025 15:59:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(linkding)=20Use=20API=20integratio?= =?UTF-8?q?n=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.org b/config.org index 2992a4a..769753a 100644 --- a/config.org +++ b/config.org @@ -2803,6 +2803,18 @@ API Integration for my [[https://mmk2410.org/scribbles][Scribbles microblog]]. :load-path "packages/") #+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 For my workplace I have some additional packages and configuration that I keep in an own file.