diff options
author | jao <jao@gnu.org> | 2023-07-29 23:28:06 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-07-29 23:28:06 +0100 |
commit | ae7b00d999cb3a1ecf566d57413b59d6c1dd756a (patch) | |
tree | 76e6c3dfe42ac2ce4058f53fb009366cc53a1d60 | |
parent | f56d1fae4140380a08764e2e6a4f96e91ffb178b (diff) | |
download | elibs-ae7b00d999cb3a1ecf566d57413b59d6c1dd756a.tar.gz elibs-ae7b00d999cb3a1ecf566d57413b59d6c1dd756a.tar.bz2 |
nits
-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) |