summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org9
1 files changed, 4 insertions, 5 deletions
diff --git a/init.org b/init.org
index ac1463e..19220df 100644
--- a/init.org
+++ b/init.org
@@ -1588,9 +1588,9 @@
(defun jao-www--buffer-p (b)
(with-current-buffer b
(or (derived-mode-p 'w3m-mode 'eww-mode)
- (member (buffer-local-value 'exwm-class-name b) '("vlc" "mpv")))))
-
- ;; (jao-load-org "w3m")
+ (and (boundp 'exwm-class-name)
+ (member (buffer-local-value 'exwm-class-name b)
+ '("vlc" "mpv"))))))
(jao-load-org "eww")
#+end_src
*** Browse URL
@@ -1752,7 +1752,7 @@
* Email
#+begin_src emacs-lisp
(setq jao-afio-mail-function 'notmuch)
- (setq jao-afio-mail-function 'gnus)
+ ;; (setq jao-afio-mail-function 'gnus)
(jao-load-org "email")
#+end_src
* PDFs and other docs
@@ -2132,7 +2132,6 @@
(use-package dtache-eshell
:after dtache
- :config (dtache-eshell-setup)
:hook (eshell-mode . dtache-eshell-mode))
(use-package dtache-consult