diff options
-rw-r--r-- | init.org | 4 | ||||
-rw-r--r-- | readme.org | 5 | ||||
-rw-r--r-- | w3m.org (renamed from attic/w3m.org) | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1360,7 +1360,7 @@ #+END_SRC *** Web browsers #+begin_src emacs-lisp - (jao-load-org "eww") + (jao-load-org "w3m") #+end_src *** Browse URL #+begin_src emacs-lisp @@ -1495,7 +1495,7 @@ #+end_src * Email #+begin_src emacs-lisp - (setq jao-afio-mail-function 'notmuch) ;; 'notmuch 'gnus 'mu4e + (setq jao-afio-mail-function 'gnus) ;; 'notmuch 'gnus 'mu4e (jao-load-org "email") #+end_src * PDFs @@ -77,8 +77,9 @@ - [[./org.org][org.org]] org mode configuration. - [[./blog.org][blog.org]]: blogging using org-static-blog. - [[./email.org][email.org]]: email handling in emacs. -- [[./gnus.org][gnus.org]]: tangled to gnus.el automatically by init.org, so that it's - ready for loading by Gnus. +- [[./gnus.org][gnus.org]]: email using gnus. +- [[./notmuch.org][notmuch.org]]: email using notmuch. +- [[./w3m.org][w3m.org]]: browsing with emacs-w3m. - [[./eww.org][eww.org]]: browsing with eww. - [[./exwm.org][exwm.org]]: configuration for exwm, loaded when ~jao-exwmn-enable~ is called. @@ -107,7 +107,7 @@ 'buffer b 'url w3m-current-url))) (w3m-list-buffers))))) - (when jao-afio-use-w3m (setq jao-consult-www-narrow ?w)) + (setq jao-consult-www-narrow ?w) (add-to-list 'consult-buffer-sources 'jao-consult-w3m-source t)) #+end_src * Package |