From 18e8902932e00e9041f6a36f962262ac2052c336 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 2 Mar 2020 23:19:02 +0000 Subject: ~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. --- doom.d/modules/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doom.d/modules') diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org index b186bb2..8a263f3 100644 --- a/doom.d/modules/config.org +++ b/doom.d/modules/config.org @@ -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 -- cgit v1.2.3-13-gbd6f