Read pdfs and epubs in emacs
This commit is contained in:
@@ -42,6 +42,14 @@
|
||||
(elfeed-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
|
||||
(use-package disk-usage)
|
||||
|
||||
@@ -61,9 +69,9 @@
|
||||
;; Orthodox file browser
|
||||
(use-package sunrise-commander)
|
||||
;; open files in external applications
|
||||
(use-package openwith
|
||||
:config
|
||||
(load "~/.emacs.d/elisp/openwith-setup.el"))
|
||||
;;(use-package openwith
|
||||
;; :config
|
||||
;; (load "~/.emacs.d/elisp/openwith-setup.el"))
|
||||
|
||||
;; Programming environment
|
||||
;; We need colors in eshell
|
||||
|
||||
Reference in New Issue
Block a user