diff options
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 93edad0..ad8a22f 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -29,6 +29,10 @@ Some quality of life things that I couldn't really put in one category #+END_SRC Set the org directory to Text. ** Search providers +#+BEGIN_SRC elisp +(cl-pushnew '("Libgen" . "https://libgen.me/search/all?search=%s") +lookup-provider-url-alist :key #'car) +#+END_SRC +Uniquely append "Libgen" to the search provider alist. Libgen is a nice book site. (add-hook 'after-make-frame-functions (lambda (_) (set-fontset-font t '(#Xe100 . #Xe16f) |