~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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user