summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-28 02:20:02 +0100
committerjao <jao@gnu.org>2021-07-28 02:20:02 +0100
commitef955c13df5f269818995075861aea681d52989a (patch)
tree615b5a1e7bfd05ed3b4f9c52ab8b99f8946ec38e /init.org
parent09f80946134beb4048c7a8dc84e5ab1de2df533c (diff)
downloadelibs-ef955c13df5f269818995075861aea681d52989a.tar.gz
elibs-ef955c13df5f269818995075861aea681d52989a.tar.bz2
notmuch: better image toggling for w3m
Diffstat (limited to 'init.org')
-rw-r--r--init.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.org b/init.org
index e3b0c7d..77fc22f 100644
--- a/init.org
+++ b/init.org
@@ -995,11 +995,15 @@
(setq line-move-visual t)
- (use-package iscroll :ensure t :diminish)
+ (use-package iscroll
+ :ensure t
+ :diminish)
(with-eval-after-load "gnus-art"
(add-hook 'gnus-article-mode-hook #'iscroll-mode))
(with-eval-after-load "eww"
(add-hook 'eww-mode-hook #'iscroll-mode))
+ (with-eval-after-load "notmuch-show"
+ (add-hook 'notmuch-show-mode #'iscroll-mode))
#+end_src
*** Splitting and switch
#+begin_src emacs-lisp