summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-eww.el4
-rw-r--r--init.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el
index 6aeeada..0409fc5 100644
--- a/custom/jao-custom-eww.el
+++ b/custom/jao-custom-eww.el
@@ -23,8 +23,8 @@
;;; multipart html renderer
(defun jao-shr-html-renderer (handle)
(let ((fill-column nil)
- (shr-width 160)
- (shr-max-width 160))
+ (shr-width 150)
+ (shr-max-width 150))
(mm-shr handle)))
(setq mm-text-html-renderer #'jao-shr-html-renderer)
diff --git a/init.el b/init.el
index 22c4735..e4f886f 100644
--- a/init.el
+++ b/init.el
@@ -2800,7 +2800,7 @@
(defsubst jao-mpc-mopidy-p () (equal jao-mpc-last-port jao-mopidy-port))
-(jao-mpc-setup jao-mopidy-port (if jao-mode-line-in-minibuffer -10 70))
+(jao-mpc-setup jao-mopidy-port 70)
(defun jao-mpc-pport (&optional mop)
(cond ((or mop (jao-mpc-playing-p jao-mopidy-port)) jao-mopidy-port)