summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-07-31 03:57:30 +0100
committerjao <jao@gnu.org>2022-07-31 03:57:30 +0100
commitf11b804dbd11c6288b7847dd3ef0551323392747 (patch)
treee970071ea29e0cb0c5c11f825b2160382327d17b
parent87c889717ab1b7a09995672a162188b221a804b3 (diff)
downloadelibs-f11b804dbd11c6288b7847dd3ef0551323392747.tar.gz
elibs-f11b804dbd11c6288b7847dd3ef0551323392747.tar.bz2
nits
-rw-r--r--custom/jao-custom-email.el3
-rw-r--r--custom/jao-custom-eww.el2
-rw-r--r--init.el5
3 files changed, 5 insertions, 5 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index c985917..b7f7e69 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -229,7 +229,8 @@
(defun jao-shr-html-renderer (handle)
(let (;; (shr-use-fonts t)
;; (shr-use-colors t)
- (shr-width 130))
+ (fill-column 100)
+ (shr-width fill-column))
(mm-shr handle)))
;; (setq mm-text-html-renderer #'jao-w3m-html-renderer)
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el
index e51cfe6..6902285 100644
--- a/custom/jao-custom-eww.el
+++ b/custom/jao-custom-eww.el
@@ -113,7 +113,7 @@
(shr-max-width 130)
(shr-blocked-images nil)
(shr-inhibit-images t)
- (shr-max-image-proportion 1.0)
+ (shr-max-image-proportion 0.8)
(shr-hr-line ?―)))
(use-package eww
diff --git a/init.el b/init.el
index dc72deb..dbcf67a 100644
--- a/init.el
+++ b/init.el
@@ -79,6 +79,7 @@
(require 'info)
(add-to-list 'Info-directory-list jao-info-dir)
+;;; Custom file and preamble
;;;; custom location of custom.el and co.
(setq custom-file (jao-site-el "custom"))
;; (load custom-file)
@@ -89,6 +90,7 @@
;;;; preamble (pre.el)
(jao-load-site-el "pre")
+;;; System Utilities
;;;; session and history
(setq backup-directory-alist (quote (("." . "~/.emacs.d/backups"))))
(setq delete-old-versions t
@@ -134,9 +136,6 @@
;;;; timers
(put 'list-timers 'disabled nil)
-;; (unless (daemonp) (server-start))
-
-;;; System Utilities
;;;; tramp
(setq tramp-mode nil)