~switched up the libgen url

libgen.me, even though it has a better UI, it doesn't have a great UX.
Furthermore, doesn't work most of the time.
This commit is contained in:
AChavali
2020-03-02 23:19:02 +00:00
parent 1daea69570
commit 18e8902932

View File

@@ -29,7 +29,7 @@ Load the literate.el file to start parsing.
(setq bookmark-default-file (expand-file-name (concat doom-private-dir "/bookmarks")))
(display-battery-mode 1)
(setq-default frame-title-format '("%b - εmacs"))
(cl-pushnew '("Libgen" "https://libgen.me/search/all?search=%s") +lookup-provider-url-alist :key #'car :test 'string=)
(cl-pushnew '("Libgen" "http://gen.lib.rus.ec/search.php?req=%s") +lookup-provider-url-alist :key #'car :test 'string=)
#+END_SRC
Some quality of life things and others that I couldn't really put in one category