diff options
author | noa | 2024-09-17 09:55:53 +0800 |
---|---|---|
committer | noa | 2024-09-17 09:55:53 +0800 |
commit | bc53194bb9adac154fca87f5e0adb80f654f82d7 (patch) | |
tree | 3e1bda83f17ad252417079535db9780cf75cc7df /emacs | |
parent | 77a2e9ff1bfbd4ccb1c65925ca1809cc7bec6c09 (diff) |
Remove nov.el configuration
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 4 |
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. |