diff options
| author | jao <jao@gnu.org> | 2026-09-19 21:32:04 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-09-19 21:32:04 +0100 |
| commit | 2fe17b001ea9b5e008b45b9e556193074edbdcfc (patch) | |
| tree | b70110f63ea5d942e3788a77a2e39c4f034a8261 | |
| parent | d2c6a0057dcf7d02434418ad98a70789f1458e8d (diff) | |
| download | elibs-2fe17b001ea9b5e008b45b9e556193074edbdcfc.tar.gz elibs-2fe17b001ea9b5e008b45b9e556193074edbdcfc.tar.bz2 | |
white spacemain
| -rw-r--r-- | lib/eos/jao-buffers.el | 5 | ||||
| -rw-r--r-- | lib/net/jao-notmuch.el | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/lib/eos/jao-buffers.el b/lib/eos/jao-buffers.el index 587d9d3..7bc3431 100644 --- a/lib/eos/jao-buffers.el +++ b/lib/eos/jao-buffers.el @@ -18,10 +18,6 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see <https://www.gnu.org/licenses/>. -;;; Commentary: - -;; - ;;; Code: ;;;; attached buffers @@ -58,6 +54,7 @@ (add-to-list 'display-buffer-alist (jao-attached-buffer-entry name-rx height))) +;;;; same mode ;;;###autoload (defun jao-buffer-same-mode (&optional mode pre-fn switch-fn) (interactive) diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 61233e6..154f0d5 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -186,7 +186,7 @@ (let* ((b notmuch-tree-message-buffer) (show (not (buffer-local-value 'jao-notmuch--showing-images b))) (mm-text-html-renderer 'shr) - (shr-blocked-images (unless show shr-blocked-images)) + ;; (shr-blocked-images (unless show shr-blocked-images)) (shr-inhibit-images (not show)) (notmuch-show-text/html-blocked-images (unless show notmuch-show-text/html-blocked-images)) |
