diff options
Diffstat (limited to 'w3m.org')
-rw-r--r-- | w3m.org | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -72,9 +72,6 @@ (with-eval-after-load "w3m-util" (with-eval-after-load "consult" (defvar jao-consult-w3m-buffer-history nil) - (defun jao-www--buffer-p (b) - (or (eq 'w3m-mode (buffer-local-value 'major-mode b)) - (member (buffer-local-value 'exwm-class-name b) '("vlc" "mpv")))) (defun jao-www--item (b) (with-current-buffer b (propertize (or w3m-current-title (buffer-name)) |