From ae7b00d999cb3a1ecf566d57413b59d6c1dd756a Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 29 Jul 2023 23:28:06 +0100 Subject: nits --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 54e5dc6..0114e46 100644 --- a/init.el +++ b/init.el @@ -424,7 +424,8 @@ bookmark-fringe-mark nil) ;;;; man pages -(setq Man-notify-method 'pushy) ;; pushy - same window +(use-package man + :config (setq Man-notify-method 'pushy)) ;; pushy - same window ;;; Minibuffer (use-package jao-minibuffer @@ -1302,8 +1303,8 @@ (and (boundp 'exwm-class-name) (member exwm-class-name '("vlc" "mpv")))))) -;; (require 'jao-custom-eww) -(require 'jao-custom-w3m) +(require 'jao-custom-eww) +;; (require 'jao-custom-w3m) ;;;; browse-url (require 'browse-url) -- cgit v1.2.3