From cf746b38963c1c5bba9a87acd9e8d012fc0a9189 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 15 May 2022 20:30:28 +0100 Subject: whitespace and nits --- init.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'init.org') 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 -- cgit v1.2.3