diff options
-rw-r--r-- | init.el | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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) |