summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2024-09-17 09:55:53 +0800
committernoa2024-09-17 09:55:53 +0800
commitbc53194bb9adac154fca87f5e0adb80f654f82d7 (patch)
tree3e1bda83f17ad252417079535db9780cf75cc7df /emacs
parent77a2e9ff1bfbd4ccb1c65925ca1809cc7bec6c09 (diff)
Remove nov.el configuration
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 098ded9..fd66e79 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -336,10 +336,6 @@
 
 (keymap-global-set "C-c C-j" #'jabber-activity-switch-to)
 
-;;; Reading epubs
-;; (package-ensure 'nov)
-;; (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
-
 ;;; Writing prose
 ;; The majority of the work i do in emacs is writing documents, so it's nice to know that the words coming out of my fingers are the ones i expect them to be.