summaryrefslogtreecommitdiff
path: root/esb.el
diff options
context:
space:
mode:
author0xhenrique <[email protected]>2025-06-02 03:18:34 +0100
committer0xhenrique <[email protected]>2025-06-02 03:18:34 +0100
commit874ad790046f35c2a4a5589841f5ee9923ad8d8f (patch)
tree80fb08f0c0bc66fc7130a8f5445ab0755f7dc4ab /esb.el
parentdd24dfb4f1355df4f3880ff728f1c7ded4103a1d (diff)
remove double negation and add AGPL license to repo
Diffstat (limited to 'esb.el')
-rw-r--r--esb.el2
1 files changed, 1 insertions, 1 deletions
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."