Add icon selection function
This commit is contained in:
parent
e56299d08c
commit
0218f7d95c
2 changed files with 63 additions and 28 deletions
5
init.el
5
init.el
|
@ -189,7 +189,10 @@
|
|||
(setq calibredb-root-dir "~/Documents/drive/calibre/ebooks")
|
||||
(setq calibredb-db-dir (expand-file-name "metadata.db" calibredb-root-dir))
|
||||
(setq calibredb-library-alist '(("~/Documents/drive/calibre/ebooks")
|
||||
("~/Documents/drive/calibre/ffff"))))
|
||||
("~/Documents/drive/calibre/ffff")
|
||||
("~/Documents/drive/calibre/ovely")))
|
||||
(setq calibredb-sort-by 'author)
|
||||
(setq calibredb-order 'asc))
|
||||
(use-package nov
|
||||
:init
|
||||
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue