diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-03-02 23:19:02 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-03-02 23:19:02 +0000 |
commit | 18e8902932e00e9041f6a36f962262ac2052c336 (patch) | |
tree | 13b175db332e934fa2f1fc4b65e5d55bee6ca37e /doom.d/modules | |
parent | 1daea69570948ca64f797d1661368556a9a2d4a9 (diff) | |
download | dotfiles-18e8902932e00e9041f6a36f962262ac2052c336.tar.gz dotfiles-18e8902932e00e9041f6a36f962262ac2052c336.tar.bz2 dotfiles-18e8902932e00e9041f6a36f962262ac2052c336.zip |
~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.
Diffstat (limited to 'doom.d/modules')
-rw-r--r-- | doom.d/modules/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
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 |