From 874ad790046f35c2a4a5589841f5ee9923ad8d8f Mon Sep 17 00:00:00 2001 From: 0xhenrique Date: Mon, 2 Jun 2025 03:18:34 +0100 Subject: remove double negation and add AGPL license to repo --- esb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esb.el') diff --git a/esb.el b/esb.el index 934b191..15b60b5 100644 --- a/esb.el +++ b/esb.el @@ -181,7 +181,7 @@ (defun esb--bookmark-exists-p (url) "Check if bookmark with URL already exists." - (not (null (esb--find-bookmark-by-url url)))) + (esb--find-bookmark-by-url url)) (defun esb--get-all-tags () "Get all unique tags from bookmarks." -- cgit v1.3