diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 15:16:47 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 15:16:47 -0300 |
commit | 94326a8cad79aad2fd89d45503ada0455d644756 (patch) | |
tree | b86ee9068d887614d0121369a748305c72cf0da1 /plugins | |
parent | d63ccd10cf1aaf28c23314549c449a89e9b42487 (diff) |
minor tweaks
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/plugins.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/plugins.h b/plugins/plugins.h new file mode 100644 index 0000000..184e58b --- /dev/null +++ b/plugins/plugins.h @@ -0,0 +1,4 @@ +#include "libre_redirect/libre_redirect.h" +#include "readability/readability.h" +#include "shortcuts/shortcuts.h" +#include "style/style.h" |