summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-07-29 23:28:06 +0100
committerjao <jao@gnu.org>2023-07-29 23:28:06 +0100
commitae7b00d999cb3a1ecf566d57413b59d6c1dd756a (patch)
tree76e6c3dfe42ac2ce4058f53fb009366cc53a1d60
parentf56d1fae4140380a08764e2e6a4f96e91ffb178b (diff)
downloadelibs-ae7b00d999cb3a1ecf566d57413b59d6c1dd756a.tar.gz
elibs-ae7b00d999cb3a1ecf566d57413b59d6c1dd756a.tar.bz2
nits
-rw-r--r--init.el7
1 files 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)