diff options
| author | 0xhenrique <[email protected]> | 2025-06-02 03:18:34 +0100 |
|---|---|---|
| committer | 0xhenrique <[email protected]> | 2025-06-02 03:18:34 +0100 |
| commit | 874ad790046f35c2a4a5589841f5ee9923ad8d8f (patch) | |
| tree | 80fb08f0c0bc66fc7130a8f5445ab0755f7dc4ab /esb.el | |
| parent | dd24dfb4f1355df4f3880ff728f1c7ded4103a1d (diff) | |
remove double negation and add AGPL license to repo
Diffstat (limited to 'esb.el')
| -rw-r--r-- | esb.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |
