summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-01 00:02:02 +0100
committerjao <jao@gnu.org>2021-07-01 00:02:02 +0100
commit0145b49bee99da2e715e66978bd5befa9a360d3f (patch)
tree7c44c98ea1b5dc6ff26a174fbb346e42c572fcda
parentb7f52251aae7409fb65a00d42cfa48426c3f1419 (diff)
downloadelibs-0145b49bee99da2e715e66978bd5befa9a360d3f.tar.gz
elibs-0145b49bee99da2e715e66978bd5befa9a360d3f.tar.bz2
a retreat to the proven and true
-rw-r--r--init.org4
-rw-r--r--readme.org5
-rw-r--r--w3m.org (renamed from attic/w3m.org)2
3 files changed, 6 insertions, 5 deletions
diff --git a/init.org b/init.org
index 7e2f199..a6cfba4 100644
--- a/init.org
+++ b/init.org
@@ -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
diff --git a/readme.org b/readme.org
index ba6b6ef..d5dd2f9 100644
--- a/readme.org
+++ b/readme.org
@@ -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.
diff --git a/attic/w3m.org b/w3m.org
index a92db2c..d26366c 100644
--- a/attic/w3m.org
+++ b/w3m.org
@@ -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