Read pdfs and epubs in emacs
This commit is contained in:
@@ -42,6 +42,14 @@
|
|||||||
(elfeed-org)
|
(elfeed-org)
|
||||||
(setq rmh-elfeed-org-files (list "~/.emacs.d/feeds/feeds.org")))
|
(setq rmh-elfeed-org-files (list "~/.emacs.d/feeds/feeds.org")))
|
||||||
|
|
||||||
|
;; Reading
|
||||||
|
(use-package nov
|
||||||
|
:config
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)))
|
||||||
|
(use-package pdf-tools
|
||||||
|
:config
|
||||||
|
(pdf-tools-install))
|
||||||
|
|
||||||
;; Disk usage analyzer
|
;; Disk usage analyzer
|
||||||
(use-package disk-usage)
|
(use-package disk-usage)
|
||||||
|
|
||||||
@@ -61,9 +69,9 @@
|
|||||||
;; Orthodox file browser
|
;; Orthodox file browser
|
||||||
(use-package sunrise-commander)
|
(use-package sunrise-commander)
|
||||||
;; open files in external applications
|
;; open files in external applications
|
||||||
(use-package openwith
|
;;(use-package openwith
|
||||||
:config
|
;; :config
|
||||||
(load "~/.emacs.d/elisp/openwith-setup.el"))
|
;; (load "~/.emacs.d/elisp/openwith-setup.el"))
|
||||||
|
|
||||||
;; Programming environment
|
;; Programming environment
|
||||||
;; We need colors in eshell
|
;; We need colors in eshell
|
||||||
|
|||||||
Reference in New Issue
Block a user