From 0d5cc0d8f7f145ac303c760098baa08e45940378 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 11 Oct 2021 18:03:29 -0500 Subject: bleh --- init.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index d767ffa..a33a0b1 100644 --- a/init.el +++ b/init.el @@ -1204,8 +1204,8 @@ specific to most general, they are these: (:hook #'visual-fill-column-mode #'visual-line-mode) - (:local-set visual-fill-column-extra-text-width (cons acdw-irc/left-margin - 0) + (:local-set visual-fill-column-extra-text-width + (cons acdw-irc/left-margin 0) fringes-outside-margins t right-margin-width 5 scroll-margin 0 @@ -1491,7 +1491,9 @@ See also `crux-reopen-as-root-mode'." (:with-mode elfeed-show-mode (:hook #'reading-mode) - + (:local-set shr-max-image-proportion 0.9 + shr-width nil + fill-column 0) ;; see https://irreal.org/blog/?p=8885 (:bind "SPC" (defun elfeed-scroll-up-command (&optional arg) "Scroll up or go to next feed item in Elfeed" @@ -2042,7 +2044,8 @@ browser defined in `browse-url-secondary-browser-function'." org-clock-clocked-in-display 'mode-line org-clock-frame-title-format (cons '(t org-mode-line-string) (cons " --- " frame-title-format)) - org-clock-string-limit 25 ; gives enough information + org-clock-string-limit 7 ; just the clock bit + ;; org-clock-string-limit 25 ; gives enough information org-clock-persist t org-confirm-babel-evaluate nil org-cycle-separator-lines 0 -- cgit 1.4.1-21-gabe81